Package | Description |
---|---|
org.jacoco.ant | |
org.jacoco.maven | |
org.jacoco.report.check |
Rules check implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportTask.CheckFormatterElement.onViolation(ICoverageNode node,
Rule rule,
Limit limit,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
CheckMojo.onViolation(ICoverageNode node,
Rule rule,
Limit limit,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
RuleConfiguration.setLimits(List<Limit> limits) |
Modifier and Type | Method and Description |
---|---|
Limit |
Rule.createLimit()
Creates and adds a new
Limit . |
Modifier and Type | Method and Description |
---|---|
List<Limit> |
Rule.getLimits() |
Modifier and Type | Method and Description |
---|---|
void |
IViolationsOutput.onViolation(ICoverageNode node,
Rule rule,
Limit limit,
String message)
Called for every rule violation.
|
Modifier and Type | Method and Description |
---|---|
void |
Rule.setLimits(List<Limit> limits) |
Copyright © 2019. All rights reserved.