com.thalesgroup.hudson.plugins.cppcheck
Class CppcheckBuildAction

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cppcheck.CppcheckBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject, java.io.Serializable, org.kohsuke.stapler.StaplerProxy

public class CppcheckBuildAction
extends java.lang.Object
implements hudson.model.Action, java.io.Serializable, org.kohsuke.stapler.StaplerProxy, hudson.model.HealthReportingAction

See Also:
Serialized Form

Field Summary
static java.lang.String URL_NAME
           
 
Constructor Summary
CppcheckBuildAction(hudson.model.AbstractBuild<?,?> build, CppcheckResult result, CppcheckHealthReportThresholds cppcheckHealthReportThresholds)
           
 
Method Summary
 hudson.model.HealthReport getBuildHealth()
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 int getNumberErrors(java.lang.String thresholdLimit, boolean newError)
           
 CppcheckResult getResult()
           
 java.lang.Object getTarget()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_NAME

public static final java.lang.String URL_NAME
See Also:
Constant Field Values
Constructor Detail

CppcheckBuildAction

public CppcheckBuildAction(hudson.model.AbstractBuild<?,?> build,
                           CppcheckResult result,
                           CppcheckHealthReportThresholds cppcheckHealthReportThresholds)
Method Detail

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getResult

public CppcheckResult getResult()

getTarget

public java.lang.Object getTarget()
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy

getBuildHealth

public hudson.model.HealthReport getBuildHealth()
Specified by:
getBuildHealth in interface hudson.model.HealthReportingAction

getNumberErrors

public int getNumberErrors(java.lang.String thresholdLimit,
                           boolean newError)


Copyright © 2009. All Rights Reserved.