com.thalesgroup.hudson.plugins.cppcheck.util
Class CppcheckBuildResultEvaluator

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cppcheck.util.CppcheckBuildResultEvaluator

public class CppcheckBuildResultEvaluator
extends java.lang.Object


Constructor Summary
CppcheckBuildResultEvaluator()
           
 
Method Summary
 hudson.model.Result evaluateBuildResult(java.io.PrintStream logger, int errorsCount, int newErrorsCount, CppcheckHealthReportThresholds cppcheckHealthReportThresholds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppcheckBuildResultEvaluator

public CppcheckBuildResultEvaluator()
Method Detail

evaluateBuildResult

public hudson.model.Result evaluateBuildResult(java.io.PrintStream logger,
                                               int errorsCount,
                                               int newErrorsCount,
                                               CppcheckHealthReportThresholds cppcheckHealthReportThresholds)


Copyright © 2009. All Rights Reserved.