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

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.gnat.gnatmetric.GnatmetricType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<GnatmetricType>, Serializable
Direct Known Subclasses:
FreeStyleGnatmetricType, ProjectGnatmetricType

public abstract class GnatmetricType
extends Object
implements hudson.ExtensionPoint, hudson.model.Describable<GnatmetricType>, Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 String gnatName
           
 
Constructor Summary
protected GnatmetricType(String gnatName)
           
 
Method Summary
abstract  GnatmetricTypeDescriptor getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gnatName

public final String gnatName
Constructor Detail

GnatmetricType

protected GnatmetricType(String gnatName)
Method Detail

getDescriptor

public abstract GnatmetricTypeDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<GnatmetricType>


Copyright © 2004-2012. All Rights Reserved.