Uses of Class
hudson.plugins.codecover.Rule

Packages that use Rule
hudson.plugins.codecover   
 

Uses of Rule in hudson.plugins.codecover
 

Fields in hudson.plugins.codecover declared as Rule
 Rule CodeCoverPublisher.rule
          Rule to be enforced.
 

Methods in hudson.plugins.codecover with parameters of type Rule
static CodeCoverBuildAction CodeCoverBuildAction.load(hudson.model.AbstractBuild<?,?> owner, Rule rule, CodeCoverHealthReportThresholds thresholds, hudson.FilePath... files)
          Constructs the object from codecover XML report files.
static CodeCoverBuildAction CodeCoverBuildAction.load(hudson.model.AbstractBuild<?,?> owner, Rule rule, CodeCoverHealthReportThresholds thresholds, InputStream... streams)
           
 

Constructors in hudson.plugins.codecover with parameters of type Rule
CodeCoverBuildAction(hudson.model.AbstractBuild<?,?> owner, Rule rule, Ratio statementCoverage, Ratio branchCoverage, Ratio loopCoverage, Ratio conditionCoverage, CodeCoverHealthReportThresholds thresholds)
           
 



Copyright © 2004-2011. All Rights Reserved.