Uses of Class
hudson.plugins.jacoco.JacocoHealthReportThresholds

Packages that use JacocoHealthReportThresholds
hudson.plugins.jacoco   
 

Uses of JacocoHealthReportThresholds in hudson.plugins.jacoco
 

Fields in hudson.plugins.jacoco declared as JacocoHealthReportThresholds
 JacocoHealthReportThresholds JacocoPublisher.healthReports
          HealthReport thresholds to apply.
 

Methods in hudson.plugins.jacoco that return JacocoHealthReportThresholds
 JacocoHealthReportThresholds JacocoBuildAction.getThresholds()
           
 

Methods in hudson.plugins.jacoco with parameters of type JacocoHealthReportThresholds
static JacocoBuildAction JacocoBuildAction.load(hudson.model.AbstractBuild<?,?> owner, Rule rule, JacocoHealthReportThresholds thresholds, hudson.model.BuildListener listener, hudson.FilePath actualBuildDirRoot, String[] includes, String[] excludes)
          Constructs the object from JaCoCo exec files.
 

Constructors in hudson.plugins.jacoco with parameters of type JacocoHealthReportThresholds
JacocoBuildAction(hudson.model.AbstractBuild<?,?> owner, Rule rule, Map<CoverageElement.Type,Coverage> ratios, JacocoHealthReportThresholds thresholds, hudson.model.BuildListener listener, String[] inclusions, String[] exclusions)
           
 



Copyright © 2004-2013 Hudson. All Rights Reserved.