Package hudson.slaves
Class NodePropertyDescriptor
- Direct Known Subclasses:
DiskSpaceMonitorNodeProperty.DescriptorImpl
,EnvironmentVariablesNodeProperty.DescriptorImpl
,ToolLocationNodeProperty.DescriptorImpl
Descriptor for
NodeProperty
.
Put Extension
on your descriptor implementation to have it auto-registered.
- Since:
- 1.286
- See Also:
-
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
ModifierConstructorDescriptionprotected
protected
NodePropertyDescriptor
(Class<? extends NodeProperty<?>> clazz) -
Method Summary
Modifier and TypeMethodDescriptionboolean
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, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
NodePropertyDescriptor
-
NodePropertyDescriptor
protected NodePropertyDescriptor()
-
-
Method Details
-
isApplicableAsGlobal
public boolean isApplicableAsGlobal()Is this node property one where it makes sense to permit it as a global node property.- Returns:
true
if and only if the node property can be listed as a global node property.- Since:
- 1.520
-