@Extension public static class Substitution.DescriptorImpl extends hudson.model.Descriptor<Substitution>
Substitution
.Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckKey(String value)
Validate the key.
|
String |
getDisplayName() |
addHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
@Nonnull public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<Substitution>
public hudson.util.FormValidation doCheckKey(@QueryParameter String value)
value
- The value of the key
parameter being tested. Note that value
is
is a special parameter name referring to the value being tested. It does not refer to the
Substitution.value
binding above. See
Form Validation.FormValidation
indicating the errors found in the key
parameter, if
anyCopyright © 2017–2021 Google. All rights reserved.