Uses of Interface
org.jacoco.report.check.IViolationsOutput
-
Packages that use IViolationsOutput Package Description org.jacoco.ant org.jacoco.maven 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.maven
Classes in org.jacoco.maven that implement IViolationsOutput Modifier and Type Class Description class
CheckMojo
Checks that the code coverage metrics are being met.Methods in org.jacoco.maven with parameters of type IViolationsOutput Modifier and Type Method Description void
ReportSupport. addRulesChecker(java.util.List<Rule> rules, IViolationsOutput output)
-
Uses of IViolationsOutput in org.jacoco.report.check
Fields in org.jacoco.report.check declared as IViolationsOutput Modifier and Type Field Description private IViolationsOutput
BundleChecker. output
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.Constructors in org.jacoco.report.check with parameters of type IViolationsOutput Constructor Description BundleChecker(java.util.Collection<Rule> rules, ILanguageNames names, IViolationsOutput output)
-