hudson.matrix
Class AxisDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<Axis>
      extended by 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

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
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
protected AxisDescriptor()
           
protected AxisDescriptor(Class<? extends Axis> clazz)
           
 
Method Summary
 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.
 
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
 

Constructor Detail

AxisDescriptor

protected AxisDescriptor(Class<? extends Axis> clazz)

AxisDescriptor

protected AxisDescriptor()
Method Detail

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.