Uses of Class
hudson.plugins.emma.Ratio

Packages that use Ratio
hudson.plugins.emma   
 

Uses of Ratio in hudson.plugins.emma
 

Methods in hudson.plugins.emma that return Ratio
 Ratio CoverageObject.getBlockCoverage()
           
 Ratio CoverageObject.getClassCoverage()
           
 Ratio CoverageObject.getConditionCoverage()
          Line coverage.
 Ratio CoverageObject.getLineCoverage()
          Line coverage.
 Ratio CoverageObject.getMethodCoverage()
           
 

Methods in hudson.plugins.emma 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.emma with parameters of type Ratio
EmmaBuildAction(hudson.model.AbstractBuild<?,?> owner, Rule rule, Ratio classCoverage, Ratio methodCoverage, Ratio blockCoverage, Ratio lineCoverage, Ratio conditionCoverage, EmmaHealthReportThresholds thresholds)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.