|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<hudson.model.ParameterDefinition>
hudson.model.ParameterDefinition.ParameterDescriptor
org.jvnet.jenkins.plugins.nodelabelparameter.LabelParameterDefinition.DescriptorImpl
@Extension public static class LabelParameterDefinition.DescriptorImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
LabelParameterDefinition.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
hudson.model.AutoCompletionCandidates |
doAutoCompleteDefaultValue(String value)
Called by UI - Autocompletion for label values |
hudson.util.FormValidation |
doCheckDefaultValue(String value)
Called by UI - Checks whether the given label is valid |
hudson.util.FormValidation |
doListNodesForLabel(String label)
Called by validation button in UI when triggering a job manually |
NodeEligibility |
getDefaultNodeEligibility()
provides the default node eligibility for the UI |
String |
getDisplayName()
|
String |
getHelpFile()
|
| Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor |
|---|
getValuePage |
| Methods inherited from class hudson.model.Descriptor |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LabelParameterDefinition.DescriptorImpl()
| Method Detail |
|---|
public String getDisplayName()
getDisplayName in class hudson.model.ParameterDefinition.ParameterDescriptorpublic String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.model.ParameterDefinition>
public hudson.model.AutoCompletionCandidates doAutoCompleteDefaultValue(@QueryParameter
String value)
value - the current value in the text field to base the automcompetion upon.
public hudson.util.FormValidation doCheckDefaultValue(@QueryParameter
String value)
value - the label to be checked
public hudson.util.FormValidation doListNodesForLabel(@QueryParameter(value="label")
String label)
throws javax.servlet.ServletException
label - the label to search the nodes for
javax.servlet.ServletExceptionpublic NodeEligibility getDefaultNodeEligibility()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||