Uses of Class
jenkins.scm.SCMCheckoutStrategyDescriptor
-
Packages that use SCMCheckoutStrategyDescriptor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.scm -
-
Uses of SCMCheckoutStrategyDescriptor in hudson.model
Methods in hudson.model that return types with arguments of type SCMCheckoutStrategyDescriptor Modifier and Type Method Description List<SCMCheckoutStrategyDescriptor>
AbstractProject.AbstractProjectDescriptor. getApplicableSCMCheckoutStrategyDescriptors(AbstractProject p)
-
Uses of SCMCheckoutStrategyDescriptor in jenkins.scm
Subclasses of SCMCheckoutStrategyDescriptor in jenkins.scm Modifier and Type Class Description static class
DefaultSCMCheckoutStrategyImpl.DescriptorImpl
Methods in jenkins.scm that return SCMCheckoutStrategyDescriptor Modifier and Type Method Description SCMCheckoutStrategyDescriptor
SCMCheckoutStrategy. getDescriptor()
Methods in jenkins.scm that return types with arguments of type SCMCheckoutStrategyDescriptor Modifier and Type Method Description static List<SCMCheckoutStrategyDescriptor>
SCMCheckoutStrategyDescriptor. _for(AbstractProject p)
static DescriptorExtensionList<SCMCheckoutStrategy,SCMCheckoutStrategyDescriptor>
SCMCheckoutStrategyDescriptor. all()
Returns all the registeredSCMCheckoutStrategy
s.
-