Uses of Interface
org.jacoco.report.check.IViolationsOutput
Packages that use IViolationsOutput
Package
Description
Rules check implementation.
-
Uses of IViolationsOutput in org.jacoco.ant
Classes in org.jacoco.ant that implement IViolationsOutputModifier and TypeClassDescriptionclassFormatter element for coverage checks. -
Uses of IViolationsOutput in org.jacoco.maven
Classes in org.jacoco.maven that implement IViolationsOutputModifier and TypeClassDescriptionclassChecks that the code coverage metrics are being met.Methods in org.jacoco.maven with parameters of type IViolationsOutputModifier and TypeMethodDescriptionvoidReportSupport.addRulesChecker(List<Rule> rules, IViolationsOutput output) -
Uses of IViolationsOutput in org.jacoco.report.check
Fields in org.jacoco.report.check declared as IViolationsOutputMethods in org.jacoco.report.check with parameters of type IViolationsOutputModifier and TypeMethodDescriptionRulesChecker.createVisitor(IViolationsOutput output) Creates a new visitor to process the configured checks.Constructors in org.jacoco.report.check with parameters of type IViolationsOutputModifierConstructorDescriptionBundleChecker(Collection<Rule> rules, ILanguageNames names, IViolationsOutput output)