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

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

public class ProjectGnatcheckType
extends GnatcheckType

See Also:
Serialized Form

Nested Class Summary
static class ProjectGnatcheckType.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 String options
           
 String projectFile
           
 
Fields inherited from class com.thalesgroup.hudson.plugins.gnat.gnatcheck.GnatcheckType
gnatName, rule_options
 
Constructor Summary
ProjectGnatcheckType(String gnatName, String projectFile, String options, String rule_options)
           
 
Method Summary
 ProjectGnatcheckType.DescriptorImpl getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectFile

public final String projectFile

options

public final String options
Constructor Detail

ProjectGnatcheckType

@DataBoundConstructor
public ProjectGnatcheckType(String gnatName,
                                                 String projectFile,
                                                 String options,
                                                 String rule_options)
Method Detail

getDescriptor

public ProjectGnatcheckType.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<GnatcheckType>
Specified by:
getDescriptor in class GnatcheckType


Copyright © 2004-2012. All Rights Reserved.