hudson.plugins.cppncss
Class CppNCSSBuildIndividualReport

java.lang.Object
  extended by hudson.plugins.helpers.AbstractBuildAction<T>
      extended by hudson.plugins.cppncss.AbstractBuildReport<hudson.model.AbstractBuild<?,?>>
          extended by hudson.plugins.cppncss.CppNCSSBuildIndividualReport
All Implemented Interfaces:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject, java.io.Serializable
Direct Known Subclasses:
CppNcssBuildFunctionIndividualReport

public class CppNCSSBuildIndividualReport
extends AbstractBuildReport<hudson.model.AbstractBuild<?,?>>
implements hudson.model.Action

TODO javadoc.

Since:
08-Jan-2008 21:15:05
Author:
Stephen Connolly
See Also:
Serialized Form

Constructor Summary
CppNCSSBuildIndividualReport(StatisticsResult results, java.lang.Integer functionCcnViolationThreshold, java.lang.Integer functionNcssViolationThreshold)
           
 
Method Summary
 hudson.model.HealthReport getBuildHealth()
          
 AbstractBuildReport getDynamic(java.lang.String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 void setBuild(hudson.model.AbstractBuild<?,?> build)
          Write-once setter for property 'build'.
 void setBuildHealth(hudson.model.HealthReport healthReport)
           
 
Methods inherited from class hudson.plugins.cppncss.AbstractBuildReport
doGraph, getDisplayName, getFunctionCcnViolationThreshold, getFunctionNcssViolationThreshold, getGraphHeight, getGraphName, getGraphWidth, getIconFileName, getResults, getSummary, getTotals, getUrlName, isGraphActive
 
Methods inherited from class hudson.plugins.helpers.AbstractBuildAction
getBuild, isFloatingBoxActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
 

Constructor Detail

CppNCSSBuildIndividualReport

public CppNCSSBuildIndividualReport(StatisticsResult results,
                                    java.lang.Integer functionCcnViolationThreshold,
                                    java.lang.Integer functionNcssViolationThreshold)
Method Detail

setBuild

public void setBuild(hudson.model.AbstractBuild<?,?> build)
Write-once setter for property 'build'.

Overrides:
setBuild in class AbstractBuildAction<hudson.model.AbstractBuild<?,?>>
Parameters:
build - The value to set the build to.

getBuildHealth

public hudson.model.HealthReport getBuildHealth()

Specified by:
getBuildHealth in interface hudson.model.HealthReportingAction

setBuildHealth

public void setBuildHealth(hudson.model.HealthReport healthReport)

getDynamic

public AbstractBuildReport getDynamic(java.lang.String name,
                                      org.kohsuke.stapler.StaplerRequest req,
                                      org.kohsuke.stapler.StaplerResponse rsp)


Copyright © 2009. All Rights Reserved.