Class BuildPreferenceNodeProperty.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<P>
hudson.tools.PropertyDescriptor<NodeProperty<?>,Node>
hudson.slaves.NodePropertyDescriptor
jp.ikedam.jenkins.plugins.scoringloadbalancer.preferences.BuildPreferenceNodeProperty.DescriptorImpl
- Enclosing class:
- BuildPreferenceNodeProperty
@Extension
public static class BuildPreferenceNodeProperty.DescriptorImpl
extends NodePropertyDescriptor
Manage views for
BuildPreferenceNodeProperty
-
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
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckPreference
(String value) Verify an input preference value.Returns the name to display.Methods inherited from class hudson.slaves.NodePropertyDescriptor
isApplicableAsGlobal
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, 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 Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
Returns the name to display. Displayed in Node Configuration page as a property name.- Overrides:
getDisplayName
in classDescriptor<NodeProperty<?>>
- Returns:
- Returns the name to display.
- See Also:
-
doCheckPreference
Verify an input preference value.- Parameters:
value
-- Returns:
-