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

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

public class FreeStyleGnatmetricType
extends GnatmetricType

See Also:
Serialized Form

Nested Class Summary
static class FreeStyleGnatmetricType.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 String filename
           
 String gcc_switches
           
 String switches
           
 
Fields inherited from class com.thalesgroup.hudson.plugins.gnat.gnatmetric.GnatmetricType
gnatName
 
Constructor Summary
FreeStyleGnatmetricType(String gnatName, String switches, String filename, String gcc_switches)
           
 
Method Summary
 FreeStyleGnatmetricType.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
Constructor Detail

FreeStyleGnatmetricType

@DataBoundConstructor
public FreeStyleGnatmetricType(String gnatName,
                                                    String switches,
                                                    String filename,
                                                    String gcc_switches)
Method Detail

getDescriptor

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


Copyright © 2004-2012. All Rights Reserved.