public abstract class BuildChooserDescriptor extends hudson.model.Descriptor<BuildChooser>
| Constructor and Description |
|---|
BuildChooserDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<BuildChooser,BuildChooserDescriptor> |
all() |
String |
getLegacyId()
Before this extension point is formalized, existing
BuildChoosers had
a hard-coded ID name used for the persistence. |
boolean |
isApplicable(Class<? extends hudson.model.Item> job)
Returns true if this build chooser is applicable to the given job type.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, toMappublic String getLegacyId()
BuildChoosers had
a hard-coded ID name used for the persistence.
This method returns those legacy ID, if any, to keep compatibility with existing data.public static hudson.DescriptorExtensionList<BuildChooser,BuildChooserDescriptor> all()
public boolean isApplicable(Class<? extends hudson.model.Item> job)
job - the type of job or item.Copyright © 2004-2015. All Rights Reserved.