Package hudson.model.labels
Class LabelAtomPropertyDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<LabelAtomProperty>
-
- hudson.model.labels.LabelAtomPropertyDescriptor
-
public abstract class LabelAtomPropertyDescriptor extends Descriptor<LabelAtomProperty>
Descriptor
forLabelAtom
.Put
Extension
on your descriptor implementation to have it auto-registered.When extending this class, override
Descriptor.getDisplayName()
. In the context of LabelAtomPropertyDescriptor, this function is used to determine the label of the checkbox shown in the label's configuration page to activate the extension.- Since:
- 1.373
- Author:
- Kohsuke Kawaguchi
-
-
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
Constructors Constructor Description LabelAtomPropertyDescriptor()
-
Method Summary
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-