Uses of Class
hudson.plugins.jacoco.JacocoHealthReportThresholds

Packages that use JacocoHealthReportThresholds
hudson.plugins.jacoco   
hudson.plugins.jacoco.report   
 

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, JacocoReportDir layout, 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)
           
 

Uses of JacocoHealthReportThresholds in hudson.plugins.jacoco.report
 

Fields in hudson.plugins.jacoco.report declared as JacocoHealthReportThresholds
 JacocoHealthReportThresholds CoverageReport.healthReports
           
 

Methods in hudson.plugins.jacoco.report with parameters of type JacocoHealthReportThresholds
 void CoverageReport.setThresholds(JacocoHealthReportThresholds healthReports)
           
 



Copyright © 2004-2014 Hudson. All Rights Reserved.