Uses of Class
com.thalesgroup.hudson.plugins.cppcheck.config.CppcheckConfig

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

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

Methods in com.thalesgroup.hudson.plugins.cppcheck that return CppcheckConfig
 CppcheckConfig CppcheckPublisher.CppcheckDescriptor.getConfig()
           
 CppcheckConfig CppcheckPublisher.getCppcheckConfig()
           
 

Methods in com.thalesgroup.hudson.plugins.cppcheck with parameters of type CppcheckConfig
static java.lang.String CppcheckMetricUtil.getMessageSelectedSeverties(CppcheckConfig cppcheckConfig)
           
 int CppcheckResult.getNumberErrorsAccordingConfiguration(CppcheckConfig cppecheckConfig, boolean checkNewError)
          Gets the number of errors according the selected severitiies form the configuration user object.
 void CppcheckPublisher.setCppcheckConfig(CppcheckConfig cppcheckConfig)
           
 

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

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

Methods in com.thalesgroup.hudson.plugins.cppcheck.util with parameters of type CppcheckConfig
 hudson.model.HealthReport CppcheckBuildHealthEvaluator.evaluatBuildHealth(CppcheckConfig cppcheckConfig, int nbErrorForSeverity)
           
 hudson.model.Result CppcheckBuildResultEvaluator.evaluateBuildResult(hudson.model.BuildListener listener, int errorsCount, int newErrorsCount, CppcheckConfig cppcheckConfig)
           
static int CppcheckUtil.getNumberErrors(CppcheckConfig cppecheckConfig, CppcheckResult result, boolean checkNewError)
          Gets the number of errors
 



Copyright © 2009. All Rights Reserved.