public abstract class SCMCheckoutStrategyDescriptor extends Descriptor<SCMCheckoutStrategy>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Modifier | Constructor and Description |
---|---|
protected |
SCMCheckoutStrategyDescriptor() |
protected |
SCMCheckoutStrategyDescriptor(Class<? extends SCMCheckoutStrategy> clazz) |
Modifier and Type | Method and Description |
---|---|
static List<SCMCheckoutStrategyDescriptor> |
_for(AbstractProject p) |
static DescriptorExtensionList<SCMCheckoutStrategy,SCMCheckoutStrategyDescriptor> |
all()
Returns all the registered
SCMCheckoutStrategy s. |
abstract boolean |
isApplicable(AbstractProject project)
Allows
SCMCheckoutStrategyDescriptor to target specific kind of projects,
such as matrix projects. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
protected SCMCheckoutStrategyDescriptor(Class<? extends SCMCheckoutStrategy> clazz)
protected SCMCheckoutStrategyDescriptor()
public abstract boolean isApplicable(AbstractProject project)
SCMCheckoutStrategyDescriptor
to target specific kind of projects,
such as matrix projects.public static DescriptorExtensionList<SCMCheckoutStrategy,SCMCheckoutStrategyDescriptor> all()
SCMCheckoutStrategy
s.public static List<SCMCheckoutStrategyDescriptor> _for(AbstractProject p)
Copyright © 2004–2019. All rights reserved.