hudson.plugins.cobertura.targets
Class CoveragePaintRule
java.lang.Object
hudson.plugins.cobertura.targets.CoveragePaintRule
- All Implemented Interfaces:
- Serializable
public class CoveragePaintRule
- extends Object
- implements Serializable
Describes how CoveragePaint can be aggregated up a CoverageResult tree.
- Since:
- 29-Aug-2007 18:13:22
- 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 |
CoveragePaintRule
public CoveragePaintRule(CoverageElement element,
CoverageAggregationMode mode)
makePaint
public static CoveragePaint makePaint(CoverageElement element)
propagatePaintToParent
public static boolean propagatePaintToParent(CoverageElement element)
Copyright © 2004-2012 Hudson. All Rights Reserved.