Package | Description |
---|---|
org.jacoco.ant | |
org.jacoco.report.check |
Rules check implementation.
|
Modifier and Type | Method | Description |
---|---|---|
Rule |
ReportTask.CheckFormatterElement.createRule() |
Creates and adds a new rule.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ReportTask.CheckFormatterElement.onViolation(ICoverageNode node,
Rule rule,
Limit limit,
java.lang.String message) |
Modifier and Type | Method | Description |
---|---|---|
void |
IViolationsOutput.onViolation(ICoverageNode node,
Rule rule,
Limit limit,
java.lang.String message) |
Called for every rule violation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RulesChecker.setRules(java.util.List<Rule> rules) |
Sets the rules to check by this formatter.
|
Copyright © 2018. All rights reserved.