Uses of Class
hudson.plugins.clover.targets.CoverageMetric

Packages that use CoverageMetric
hudson.plugins.clover.targets   
 

Uses of CoverageMetric in hudson.plugins.clover.targets
 

Methods in hudson.plugins.clover.targets that return CoverageMetric
static CoverageMetric CoverageMetric.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CoverageMetric[] CoverageMetric.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.clover.targets that return types with arguments of type CoverageMetric
 java.util.Set<CoverageMetric> CoverageTarget.getFailingMetrics(AbstractCloverMetrics coverage)
           
 java.util.Map<CoverageMetric,java.lang.Integer> CoverageTarget.getRangeScores(CoverageTarget min, AbstractCloverMetrics coverage)
           
 



Copyright © 2009. All Rights Reserved.