Uses of Class
org.jacoco.report.check.Rule
Packages that use Rule
Package
Description
Rules check implementation.
-
Uses of Rule in org.jacoco.ant
Fields in org.jacoco.ant with type parameters of type RuleMethods 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 TypeMethodDescriptionvoid
ReportTask.CheckFormatterElement.onViolation
(ICoverageNode node, Rule rule, Limit limit, String message) -
Uses of Rule in org.jacoco.maven
Fields in org.jacoco.maven declared as RuleMethods in org.jacoco.maven with parameters of type RuleModifier and TypeMethodDescriptionvoid
CheckMojo.onViolation
(ICoverageNode node, Rule rule, Limit limit, String message) Method parameters in org.jacoco.maven with type arguments of type RuleModifier and TypeMethodDescriptionvoid
ReportSupport.addRulesChecker
(List<Rule> rules, IViolationsOutput output) -
Uses of Rule in org.jacoco.report.check
Fields in org.jacoco.report.check with type parameters of type RuleModifier and TypeFieldDescriptionprivate final Collection<Rule>
BundleChecker.bundleRules
private final Collection<Rule>
BundleChecker.classRules
private final Collection<Rule>
BundleChecker.methodRules
private final Collection<Rule>
BundleChecker.packageRules
RulesChecker.rules
private final Collection<Rule>
BundleChecker.sourceFileRules
Methods in org.jacoco.report.check with parameters of type RuleModifier and TypeMethodDescriptionprivate void
BundleChecker.checkLimit
(ICoverageNode node, String elementtype, String elementname, Rule rule, Limit limit) void
IViolationsOutput.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 RuleModifier and TypeMethodDescriptionprivate void
BundleChecker.checkRules
(ICoverageNode node, Collection<Rule> rules, String typename, String elementname) void
Sets the rules to check by this formatter.Constructor parameters in org.jacoco.report.check with type arguments of type RuleModifierConstructorDescriptionBundleChecker
(Collection<Rule> rules, ILanguageNames names, IViolationsOutput output)