hudson.matrix
Class AxisDescriptor
java.lang.Object
hudson.model.Descriptor<Axis>
hudson.matrix.AxisDescriptor
- All Implemented Interfaces:
- Saveable
- Direct Known Subclasses:
- DefaultAxisDescriptor, JDKAxis.DescriptorImpl, LabelAxis.DescriptorImpl, LabelExpAxis.DescriptorImpl, TextAxis.DescriptorImpl
public abstract class AxisDescriptor
- extends Descriptor<Axis>
Descriptor
for Axis
- Author:
- Kohsuke Kawaguchi
Methods inherited from class hudson.model.Descriptor |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisDescriptor
protected AxisDescriptor(Class<? extends Axis> clazz)
AxisDescriptor
protected AxisDescriptor()
isInstantiable
public boolean isInstantiable()
- Return false if the user shouldn't be able to create thie axis from the UI.
doCheckName
public FormValidation doCheckName(@QueryParameter
String value)
- Makes sure that the given name is good as a axis name.
Copyright © 2004-2013. All Rights Reserved.