Uses of Class
org.jacoco.report.check.Rule
Packages that use Rule
Package
Description
Rules check implementation.
-
Uses of Rule in org.jacoco.ant
Methods in org.jacoco.ant that return RuleModifier and TypeMethodDescriptionReportTask.CheckFormatterElement.createRule()Creates and adds a new rule.Methods in org.jacoco.ant with parameters of type RuleModifier and TypeMethodDescriptionvoidReportTask.CheckFormatterElement.onViolation(ICoverageNode node, Rule rule, Limit limit, String message) -
Uses of Rule in org.jacoco.maven
Methods in org.jacoco.maven with parameters of type RuleModifier and TypeMethodDescriptionvoidCheckMojo.onViolation(ICoverageNode node, Rule rule, Limit limit, String message) -
Uses of Rule in org.jacoco.report.check
Methods in org.jacoco.report.check with parameters of type RuleModifier and TypeMethodDescriptionvoidIViolationsOutput.onViolation(ICoverageNode node, Rule rule, Limit limit, String message) Called for every rule violation.Method parameters in org.jacoco.report.check with type arguments of type Rule