Uses of Class
jenkins.scm.SCMCheckoutStrategy
-
Packages that use SCMCheckoutStrategy Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.scm -
-
Uses of SCMCheckoutStrategy in hudson.model
Methods in hudson.model that return SCMCheckoutStrategy Modifier and Type Method Description SCMCheckoutStrategy
AbstractProject. getScmCheckoutStrategy()
Methods in hudson.model with parameters of type SCMCheckoutStrategy Modifier and Type Method Description void
AbstractProject. setScmCheckoutStrategy(SCMCheckoutStrategy scmCheckoutStrategy)
-
Uses of SCMCheckoutStrategy in jenkins.scm
Subclasses of SCMCheckoutStrategy in jenkins.scm Modifier and Type Class Description class
DefaultSCMCheckoutStrategyImpl
DefaultSCMCheckoutStrategy
implementation.Methods in jenkins.scm that return types with arguments of type SCMCheckoutStrategy Modifier and Type Method Description static DescriptorExtensionList<SCMCheckoutStrategy,SCMCheckoutStrategyDescriptor>
SCMCheckoutStrategyDescriptor. all()
Returns all the registeredSCMCheckoutStrategy
s.Constructor parameters in jenkins.scm with type arguments of type SCMCheckoutStrategy Constructor Description SCMCheckoutStrategyDescriptor(Class<? extends SCMCheckoutStrategy> clazz)
-