Uses of Class
hudson.plugins.codecover.Ratio

Packages that use Ratio
hudson.plugins.codecover   
 

Uses of Ratio in hudson.plugins.codecover
 

Methods in hudson.plugins.codecover that return Ratio
 Ratio CoverageObject.getBranchCoverage()
           
 Ratio CoverageObject.getConditionCoverage()
           
 Ratio CoverageObject.getLoopCoverage()
           
 Ratio CoverageObject.getStatementCoverage()
           
 

Methods in hudson.plugins.codecover with parameters of type Ratio
protected static void CoverageObject.printRatioCell(boolean failed, Ratio ratio, StringBuilder buf)
           
protected static void CoverageObject.printRatioTable(Ratio ratio, StringBuilder buf)
           
 

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



Copyright © 2004-2011. All Rights Reserved.