Package jenkins.scm
Class SCMCheckoutStrategyDescriptor
- Direct Known Subclasses:
DefaultSCMCheckoutStrategyImpl.DescriptorImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
SCMCheckoutStrategyDescriptor
(Class<? extends SCMCheckoutStrategy> clazz) -
Method Summary
Modifier and TypeMethodDescriptionstatic List<SCMCheckoutStrategyDescriptor>
all()
Returns all the registeredSCMCheckoutStrategy
s.abstract boolean
isApplicable
(AbstractProject project) AllowsSCMCheckoutStrategyDescriptor
to target specific kind of projects, such as matrix projects.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
SCMCheckoutStrategyDescriptor
-
SCMCheckoutStrategyDescriptor
protected SCMCheckoutStrategyDescriptor()
-
-
Method Details
-
isApplicable
AllowsSCMCheckoutStrategyDescriptor
to target specific kind of projects, such as matrix projects. -
all
Returns all the registeredSCMCheckoutStrategy
s. -
_for
-