com.thalesgroup.hudson.plugins.gnat.gnatmetric
Class GnatmetricTypeDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<GnatmetricType>
      extended by com.thalesgroup.hudson.plugins.gnat.gnatmetric.GnatmetricTypeDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
FreeStyleGnatmetricType.DescriptorImpl, ProjectGnatmetricType.DescriptorImpl

public abstract class GnatmetricTypeDescriptor
extends hudson.model.Descriptor<GnatmetricType>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
static List<GnatmetricTypeDescriptor> LIST
          All registered GnatmetricTypeDescriptors.
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
protected GnatmetricTypeDescriptor(Class<? extends GnatmetricType> 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<GnatmetricTypeDescriptor> LIST
All registered GnatmetricTypeDescriptors.

Constructor Detail

GnatmetricTypeDescriptor

protected GnatmetricTypeDescriptor(Class<? extends GnatmetricType> clazz)
Method Detail

getInstallations

public GnatInstallation[] getInstallations()

getHelpFile

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


Copyright © 2004-2012. All Rights Reserved.