Uses of Class
hudson.plugins.cobertura.targets.CoverageAggregationMode

Packages that use CoverageAggregationMode
hudson.plugins.cobertura.targets   
 

Uses of CoverageAggregationMode in hudson.plugins.cobertura.targets
 

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

Constructors in hudson.plugins.cobertura.targets with parameters of type CoverageAggregationMode
CoverageAggregationRule(CoverageElement source, CoverageMetric input, CoverageAggregationMode mode, CoverageMetric output)
           
CoveragePaintRule(CoverageElement element, CoverageAggregationMode mode)
           
 



Copyright © 2010. All Rights Reserved.