Uses of Class
com.thalesgroup.hudson.plugins.cppcheck.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 CppcheckBuildAction.getNumberErrors(CppcheckConfig cppecheckConfig, boolean checkNewError)
           
 void CppcheckPublisher.setCppcheckConfig(CppcheckConfig cppcheckConfig)
           
 

Constructors in com.thalesgroup.hudson.plugins.cppcheck with parameters of type CppcheckConfig
CppcheckBuildAction(hudson.model.AbstractBuild<?,?> build, 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)
           
 



Copyright © 2009. All Rights Reserved.