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

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.gnat.gnatcheck.GnatcheckType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<GnatcheckType>, Serializable
Direct Known Subclasses:
FreeStyleGnatcheckType, ProjectGnatcheckType

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 String gnatName
           
 String rule_options
           
 
Constructor Summary
protected GnatcheckType(String gnatName, String rule_options)
           
 
Method Summary
abstract  GnatcheckTypeDescriptor 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

rule_options

public final String rule_options
Constructor Detail

GnatcheckType

protected GnatcheckType(String gnatName,
                        String rule_options)
Method Detail

getDescriptor

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


Copyright © 2004-2012. All Rights Reserved.