org.jvnet.hudson.plugins.exclusion
Class IdTypeDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<IdType>
      extended by org.jvnet.hudson.plugins.exclusion.IdTypeDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
DefaultIdType.DescriptorImpl

public abstract class IdTypeDescriptor
extends hudson.model.Descriptor<IdType>

first author Kohsuke Kawaguchi fork by Anthony Roux


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
static List<IdTypeDescriptor> LIST
           
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
protected IdTypeDescriptor(Class<? extends IdType> clazz)
           
 
Method Summary
 IdType newInstance(org.kohsuke.stapler.StaplerRequest req)
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST

public static final List<IdTypeDescriptor> LIST
Constructor Detail

IdTypeDescriptor

protected IdTypeDescriptor(Class<? extends IdType> clazz)
Method Detail

newInstance

public final IdType newInstance(org.kohsuke.stapler.StaplerRequest req)
                         throws hudson.model.Descriptor.FormException
Overrides:
newInstance in class hudson.model.Descriptor<IdType>
Throws:
hudson.model.Descriptor.FormException


Copyright © 2004-2012. All Rights Reserved.