public abstract class AxisDescriptor extends hudson.model.Descriptor<Axis>
Descriptor
for Axis
Modifier | Constructor and Description |
---|---|
protected |
AxisDescriptor() |
protected |
AxisDescriptor(Class<? extends Axis> clazz) |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
checkValue(String value)
Makes sure that the given name is good as a axis name.
|
hudson.util.FormValidation |
doCheckName(String value)
Makes sure that the given name is good as a axis name.
|
boolean |
isInstantiable()
Return false if the user shouldn't be able to create thie axis from the UI.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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
public boolean isInstantiable()
public hudson.util.FormValidation doCheckName(@QueryParameter String value)
Jenkins.checkGoodName(java.lang.String)
this disallows ',' and
'=' as special characters used in Combination presentation.public hudson.util.FormValidation checkValue(@QueryParameter String value)
Jenkins.checkGoodName(java.lang.String)
this disallows ',' as
special character used in Combination presentation. Note it is not
necessary to disallow '=' in value as everything after the first
occurrence is considered to be a value.
Subclasses are expected to expose own doCheck method possibly delegating to this one.Copyright © 2015. All rights reserved.