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

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

public class FreeStyleGnatcheckType
extends GnatcheckType

See Also:
Serialized Form

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

Field Detail

switches

public final String switches

filename

public final String filename

gcc_switches

public final String gcc_switches

arg_list_filename

public final String arg_list_filename
Constructor Detail

FreeStyleGnatcheckType

@DataBoundConstructor
public FreeStyleGnatcheckType(String gnatName,
                                                   String switches,
                                                   String filename,
                                                   String arg_list_filename,
                                                   String gcc_switches,
                                                   String rule_options)
Method Detail

getDescriptor

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


Copyright © 2004-2012. All Rights Reserved.