Uses of Class
hudson.plugins.analysis.core.Thresholds

Packages that use Thresholds
hudson.plugins.analysis.core   
 

Uses of Thresholds in hudson.plugins.analysis.core
 

Methods in hudson.plugins.analysis.core that return Thresholds
 Thresholds HealthDescriptor.getThresholds()
          Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
 Thresholds HealthAwareReporter.getThresholds()
          Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
 Thresholds HealthAwareRecorder.getThresholds()
          Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
 Thresholds HealthAwareMavenReporter.getThresholds()
          Deprecated. Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
 Thresholds BuildResult.getThresholds()
          Returns the thresholds used to compute the build health.
 Thresholds AbstractHealthDescriptor.getThresholds()
          Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
 

Methods in hudson.plugins.analysis.core with parameters of type Thresholds
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(PluginLogger logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations)
          Deprecated. use BuildResultEvaluator.evaluateBuildResult(StringBuilder, Thresholds, Collection)
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(PluginLogger logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations, Collection<FileAnnotation> newAnnotations)
          Deprecated. use BuildResultEvaluator.evaluateBuildResult(StringBuilder, Thresholds, Collection, Collection)
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(PluginLogger logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations, int delta, int highDelta, int normalDelta, int lowDelta)
          Deprecated. use BuildResultEvaluator.evaluateBuildResult(StringBuilder, Thresholds, Collection, int, int, int, int)
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(StringBuilder logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations)
          Evaluates the build result.
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(StringBuilder logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations, Collection<FileAnnotation> newAnnotations)
          Evaluates the build result.
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(StringBuilder logger, Thresholds t, Collection<? extends FileAnnotation> allAnnotations, int delta, int highDelta, int normalDelta, int lowDelta)
          Evaluates the build result.
 void BuildResult.evaluateStatus(Thresholds thresholds, boolean useDeltaValues, boolean canComputeNew, PluginLogger logger, String url)
          Updates the build status, i.e.
 void BuildResult.evaluateStatus(Thresholds thresholds, boolean useDeltaValues, PluginLogger logger, String url)
          Updates the build status, i.e.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.