hudson.plugins.cobertura.targets
Class CoverageAggregationRule
java.lang.Object
hudson.plugins.cobertura.targets.CoverageAggregationRule
- All Implemented Interfaces:
- java.io.Serializable
public class CoverageAggregationRule
- extends java.lang.Object
- implements java.io.Serializable
Rules that determines how coverage ratio of children are aggregated into that of the parent.
- Since:
- 22-Aug-2007 18:08:46
- Author:
- Stephen Connolly
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoverageAggregationRule
public CoverageAggregationRule(CoverageElement source,
CoverageMetric input,
CoverageAggregationMode mode,
CoverageMetric output)
aggregate
public static java.util.Map<CoverageMetric,Ratio> aggregate(CoverageElement source,
CoverageMetric input,
Ratio inputResult,
java.util.Map<CoverageMetric,Ratio> runningTotal)
combine
public static Ratio combine(CoverageMetric metric,
Ratio existingResult,
Ratio additionalResult)
Copyright © 2004-2011. All Rights Reserved.