Package org.jacoco.report.check
Interface IViolationsOutput
- All Known Implementing Classes:
CheckMojo
,ReportTask.CheckFormatterElement
public interface IViolationsOutput
Call-back interface which is used to report rule violations to.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onViolation
(ICoverageNode node, Rule rule, Limit limit, String message) Called for every rule violation.
-
Method Details
-
onViolation
Called for every rule violation.- Parameters:
node
- node which violates a rulerule
- rule which is violatedlimit
- limit which is violatedmessage
- readable message describing this violation
-