Uses of Class
hudson.plugins.jacoco.Rule

Packages that use Rule
hudson.plugins.jacoco   
hudson.plugins.jacoco.rules   
 

Uses of Rule in hudson.plugins.jacoco
 

Fields in hudson.plugins.jacoco declared as Rule
 Rule JacocoPublisher.rule
          Rule to be enforced.
 

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

Uses of Rule in hudson.plugins.jacoco.rules
 

Subclasses of Rule in hudson.plugins.jacoco.rules
 class LineCoveragePerSourceFileRule
          Flags a failure if the line coverage of a source file goes below a certain threshold.
 



Copyright © 2004-2014 Hudson. All Rights Reserved.