Uses of Class
com.thalesgroup.hudson.plugins.cppcheck.CppcheckResult

Packages that use CppcheckResult
com.thalesgroup.hudson.plugins.cppcheck   
com.thalesgroup.hudson.plugins.cppcheck.util   
 

Uses of CppcheckResult in com.thalesgroup.hudson.plugins.cppcheck
 

Methods in com.thalesgroup.hudson.plugins.cppcheck that return CppcheckResult
 CppcheckResult CppcheckResult.getPreviousResult()
          Gets the previous Cppcheck result for the build result.
 CppcheckResult CppcheckBuildAction.getResult()
           
 

Methods in com.thalesgroup.hudson.plugins.cppcheck with parameters of type CppcheckResult
static java.lang.String CppcheckSummary.createReportSummary(CppcheckResult result)
          Creates an HTML Cppcheck summary.
static java.lang.String CppcheckSummary.createReportSummaryDetails(CppcheckResult result)
          Creates an HTML Cppcheck detailed summary.
 

Constructors in com.thalesgroup.hudson.plugins.cppcheck with parameters of type CppcheckResult
CppcheckBuildAction(hudson.model.AbstractBuild<?,?> owner, CppcheckResult result, CppcheckConfig cppcheckConfig)
           
 

Uses of CppcheckResult in com.thalesgroup.hudson.plugins.cppcheck.util
 

Methods in com.thalesgroup.hudson.plugins.cppcheck.util with parameters of type CppcheckResult
static int CppcheckUtil.getNumberErrors(CppcheckConfig cppecheckConfig, CppcheckResult result, boolean checkNewError)
          Gets the number of errors
 



Copyright © 2009. All Rights Reserved.