Uses of Class
hudson.scm.SCMDescriptor
-
Uses of SCMDescriptor in hudson
Modifier and TypeMethodDescriptionstatic List<SCMDescriptor<?>>
Functions.getSCMDescriptors
(AbstractProject<?, ?> project) -
Uses of SCMDescriptor in hudson.scm
Modifier and TypeMethodDescriptionstatic List<SCMDescriptor<?>>
SCM._for
(AbstractProject project) Deprecated.static List<SCMDescriptor<?>>
Determines which kinds of SCMs are applicable to a given project.static DescriptorExtensionList<SCM,
SCMDescriptor<?>> SCM.all()
Returns all the registeredSCMDescriptor
s.
SCM.all()
for read access andExtension
for registration.