public abstract class DeadBranchStrategyDescriptor extends hudson.model.Descriptor<DeadBranchStrategy>
Descriptor for DeadBranchStrategy implementations.| Constructor and Description |
|---|
DeadBranchStrategyDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static List<DeadBranchStrategyDescriptor> |
forProject(Class<? extends MultiBranchProject> jobType)
Returns the
DeadBranchStrategyDescriptors that are applicable to the specific MultiBranchProject |
boolean |
isApplicable(Class<? extends MultiBranchProject> jobType)
Returns true if this build source is applicable to the given project.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, toMappublic boolean isApplicable(Class<? extends MultiBranchProject> jobType)
jobType - the type of project.public static List<DeadBranchStrategyDescriptor> forProject(Class<? extends MultiBranchProject> jobType)
DeadBranchStrategyDescriptors that are applicable to the specific MultiBranchProjectjobType - the type of MultiBranchProjectDeadBranchStrategyDescriptorCopyright © 2004-2013. All Rights Reserved.