| Package | Description |
|---|---|
| org.jacoco.ant | |
| org.jacoco.report.check |
Rules check implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ReportTask.CheckFormatterElement.onViolation(ICoverageNode node,
Rule rule,
Limit limit,
java.lang.String message) |
| Modifier and Type | Method | Description |
|---|---|---|
Limit |
Rule.createLimit() |
Creates and adds a new
Limit. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Limit> |
Rule.getLimits() |
| 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 |
Rule.setLimits(java.util.List<Limit> limits) |
Copyright © 2018. All rights reserved.