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 java.util.List<GnatmetricTypeDescriptor> LIST
          All registered PortTypeDescriptors.
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Constructor Summary
protected GnatmetricTypeDescriptor(java.lang.Class<? extends GnatmetricType> clazz)
           
 
Method Summary
abstract  java.lang.String getHelpFile()
           
 GnatInstallation[] getInstallations()
           
 GnatmetricType 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<GnatmetricTypeDescriptor> LIST
All registered PortTypeDescriptors.

Constructor Detail

GnatmetricTypeDescriptor

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

newInstance

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

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

getInstallations

public GnatInstallation[] getInstallations()

getHelpFile

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


Copyright © 2009. All Rights Reserved.