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 List<GnatcheckTypeDescriptor> LIST
          All registered GnatcheckTypeDescriptors.
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
protected GnatcheckTypeDescriptor(Class<? extends GnatcheckType> clazz)
           
 
Method Summary
abstract  String getHelpFile()
           
 GnatInstallation[] getInstallations()
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, 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<GnatcheckTypeDescriptor> LIST
All registered GnatcheckTypeDescriptors.

Constructor Detail

GnatcheckTypeDescriptor

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

getInstallations

public GnatInstallation[] getInstallations()

getHelpFile

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


Copyright © 2004-2012. All Rights Reserved.