Uses of Class
jenkins.scm.SCMCheckoutStrategy
Packages that use SCMCheckoutStrategy
-
Uses of SCMCheckoutStrategy in hudson.model
Methods in hudson.model that return SCMCheckoutStrategyMethods in hudson.model with parameters of type SCMCheckoutStrategyModifier and TypeMethodDescriptionvoid
AbstractProject.setScmCheckoutStrategy
(SCMCheckoutStrategy scmCheckoutStrategy) -
Uses of SCMCheckoutStrategy in jenkins.scm
Subclasses of SCMCheckoutStrategy in jenkins.scmMethods in jenkins.scm that return types with arguments of type SCMCheckoutStrategyModifier and TypeMethodDescriptionSCMCheckoutStrategyDescriptor.all()
Returns all the registeredSCMCheckoutStrategy
s.Constructor parameters in jenkins.scm with type arguments of type SCMCheckoutStrategyModifierConstructorDescriptionprotected
SCMCheckoutStrategyDescriptor
(Class<? extends SCMCheckoutStrategy> clazz)