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 classReportTask.CheckFormatterElementFormatter element for coverage checks. -
Uses of IViolationsOutput in org.jacoco.maven
Classes in org.jacoco.maven that implement IViolationsOutput Modifier and Type Class Description classCheckMojoChecks that the code coverage metrics are being met.Methods in org.jacoco.maven with parameters of type IViolationsOutput Modifier and Type Method Description voidReportSupport. 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 IViolationsOutputBundleChecker. outputMethods in org.jacoco.report.check with parameters of type IViolationsOutput Modifier and Type Method Description IReportVisitorRulesChecker. 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)
-