com.thalesgroup.hudson.plugins.gnat.gnatcheck
Class GnatcheckTypeDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<GnatcheckType>
      extended by com.thalesgroup.hudson.plugins.gnat.gnatcheck.GnatcheckTypeDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
FreeStyleGnatcheckType.DescriptorImpl, ProjectGnatcheckType.DescriptorImpl

public abstract class GnatcheckTypeDescriptor
extends hudson.model.Descriptor<GnatcheckType>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
static java.util.List<GnatcheckTypeDescriptor> LIST
          All registered PortTypeDescriptors.
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Constructor Summary
protected GnatcheckTypeDescriptor(java.lang.Class<? extends GnatcheckType> clazz)
           
 
Method Summary
abstract  java.lang.String getHelpFile()
           
 GnatInstallation[] getInstallations()
           
 GnatcheckType newInstance(org.kohsuke.stapler.StaplerRequest req)
          Unused.
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getDisplayName, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, 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 java.util.List<GnatcheckTypeDescriptor> LIST
All registered PortTypeDescriptors.

Constructor Detail

GnatcheckTypeDescriptor

protected GnatcheckTypeDescriptor(java.lang.Class<? extends GnatcheckType> clazz)
Method Detail

newInstance

public final GnatcheckType newInstance(org.kohsuke.stapler.StaplerRequest req)
                                throws hudson.model.Descriptor.FormException
Unused.

Overrides:
newInstance in class hudson.model.Descriptor<GnatcheckType>
Throws:
hudson.model.Descriptor.FormException

getInstallations

public GnatInstallation[] getInstallations()

getHelpFile

public abstract java.lang.String getHelpFile()
Overrides:
getHelpFile in class hudson.model.Descriptor<GnatcheckType>


Copyright © 2009. All Rights Reserved.