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

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

public class ProjectGnatmetricType
extends GnatmetricType

See Also:
Serialized Form

Nested Class Summary
static class ProjectGnatmetricType.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.gnatmetric.GnatmetricType
gnatName
 
Constructor Summary
ProjectGnatmetricType(String gnatName, String projectFile, String options)
           
 
Method Summary
 ProjectGnatmetricType.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

ProjectGnatmetricType

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

getDescriptor

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


Copyright © 2004-2012. All Rights Reserved.