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(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
 Set<CoverageMetric> CoverageTarget.getFailingMetrics(AbstractCloverMetrics coverage)
           
 Map<CoverageMetric,Integer> CoverageTarget.getRangeScores(CoverageTarget min, AbstractCloverMetrics coverage)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.