Class BuildPreference.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<BuildPreference>
jp.ikedam.jenkins.plugins.scoringloadbalancer.preferences.BuildPreference.DescriptorImpl
- Enclosing class:
- BuildPreference
Manages view for
BuildPreference
.-
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 TypeMethodDescriptiondoAutoCompleteLabelExpression
(String value, Item item) Autocomplete for LabelExpression.doCheckLabelExpression
(String value, Item item) Verify the input label expressiondoCheckPreference
(String value) Returns the name to display.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. Never used.- Overrides:
getDisplayName
in classDescriptor<BuildPreference>
- Returns:
- the name to display
- See Also:
-
doAutoCompleteLabelExpression
@POST public AutoCompletionCandidates doAutoCompleteLabelExpression(@QueryParameter String value, @AncestorInPath Item item) Autocomplete for LabelExpression.- Parameters:
value
-- Returns:
-
doCheckLabelExpression
@POST public FormValidation doCheckLabelExpression(@QueryParameter String value, @AncestorInPath Item item) Verify the input label expression- Parameters:
value
-- Returns:
-
doCheckPreference
-