Package hudson.slaves
Class NodePropertyDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<P>
-
- hudson.tools.PropertyDescriptor<NodeProperty<?>,Node>
-
- hudson.slaves.NodePropertyDescriptor
-
- Direct Known Subclasses:
EnvironmentVariablesNodeProperty.DescriptorImpl
,ToolLocationNodeProperty.DescriptorImpl
public abstract class NodePropertyDescriptor extends PropertyDescriptor<NodeProperty<?>,Node>
Descriptor forNodeProperty
.Put
Extension
on your descriptor implementation to have it auto-registered.- Since:
- 1.286
- See Also:
NodeProperty
-
-
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 Modifier Constructor Description protected
NodePropertyDescriptor()
protected
NodePropertyDescriptor(Class<? extends NodeProperty<?>> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isApplicableAsGlobal()
Is this node property one where it makes sense to permit it as a global node property.-
Methods inherited from class hudson.tools.PropertyDescriptor
for_, for_, isApplicable
-
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
-
-
-
-
Constructor Detail
-
NodePropertyDescriptor
protected NodePropertyDescriptor(Class<? extends NodeProperty<?>> clazz)
-
NodePropertyDescriptor
protected NodePropertyDescriptor()
-
-