hudson.plugins.emma.rules
Class LineCoveragePerSourceFileRule
java.lang.Object
hudson.plugins.emma.Rule
hudson.plugins.emma.rules.LineCoveragePerSourceFileRule
- All Implemented Interfaces:
- hudson.ExtensionPoint, Serializable
public class LineCoveragePerSourceFileRule
- extends Rule
Flags a failure if the line coverage of a source file
goes below a certain threashold.
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineCoveragePerSourceFileRule
public LineCoveragePerSourceFileRule(float minPercentage)
enforce
public void enforce(CoverageReport report,
hudson.model.TaskListener listener)
- Specified by:
enforce in class Rule
Copyright © 2004-2012 Hudson. All Rights Reserved.