Uses of Class
hudson.scm.SCMDescriptor
-
Packages that use SCMDescriptor Package Description hudson hudson.scm Jenkins's interface with source code management systems. -
-
Uses of SCMDescriptor in hudson
Methods in hudson that return types with arguments of type SCMDescriptor Modifier and Type Method Description static List<SCMDescriptor<?>>
Functions. getSCMDescriptors(AbstractProject<?,?> project)
-
Uses of SCMDescriptor in hudson.scm
Subclasses of SCMDescriptor in hudson.scm Modifier and Type Class Description static class
NullSCM.DescriptorImpl
Fields in hudson.scm with type parameters of type SCMDescriptor Modifier and Type Field Description static List<SCMDescriptor<?>>
SCMS. SCMS
Methods in hudson.scm that return SCMDescriptor Modifier and Type Method Description SCMDescriptor<?>
SCM. getDescriptor()
Methods in hudson.scm that return types with arguments of type SCMDescriptor Modifier and Type Method Description static List<SCMDescriptor<?>>
SCM. _for(AbstractProject project)
Deprecated.static List<SCMDescriptor<?>>
SCM. _for(Job project)
Determines which kinds of SCMs are applicable to a given project.static DescriptorExtensionList<SCM,SCMDescriptor<?>>
SCM. all()
Returns all the registeredSCMDescriptor
s.
-