Uses of Interface
org.jacoco.report.check.IViolationsOutput
-
Packages that use IViolationsOutput Package Description org.jacoco.ant org.jacoco.report.check Rules check implementation. -
-
Uses of IViolationsOutput in org.jacoco.ant
Classes in org.jacoco.ant that implement IViolationsOutput Modifier and Type Class Description class
ReportTask.CheckFormatterElement
Formatter element for coverage checks. -
Uses of IViolationsOutput in org.jacoco.report.check
Methods in org.jacoco.report.check with parameters of type IViolationsOutput Modifier and Type Method Description IReportVisitor
RulesChecker. createVisitor(IViolationsOutput output)
Creates a new visitor to process the configured checks.
-