Uses of Class
hudson.scm.SCMDescriptor

Packages that use SCMDescriptor
hudson   
hudson.fsp   
hudson.scm Hudson's interface with source code management systems. 
 

Uses of SCMDescriptor in hudson
 

Methods in hudson that return types with arguments of type SCMDescriptor
static List<SCMDescriptor<?>> Functions.getSCMDescriptors(AbstractProject<?,?> project)
           
 

Uses of SCMDescriptor in hudson.fsp
 

Methods in hudson.fsp that return SCMDescriptor
 SCMDescriptor<?> WorkspaceSnapshotSCM.getDescriptor()
           
 

Uses of SCMDescriptor in hudson.scm
 

Subclasses of SCMDescriptor in hudson.scm
static class NullSCM.DescriptorImpl
           
 

Fields in hudson.scm with type parameters of type SCMDescriptor
static List<SCMDescriptor<?>> SCMS.SCMS
          Deprecated. as of 1.286 Use SCM.all() for read access and Extension for registration.
 

Methods in hudson.scm that return SCMDescriptor
 SCMDescriptor<?> SCM.getDescriptor()
           
 

Methods in hudson.scm that return types with arguments of type SCMDescriptor
static List<SCMDescriptor<?>> SCM._for(AbstractProject project)
          Returns the list of SCMDescriptors that are applicable to the given project.
static DescriptorExtensionList<SCM,SCMDescriptor<?>> SCM.all()
          Returns all the registered SCMDescriptors.
 



Copyright © 2004-2013. All Rights Reserved.