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 TypeMethodDescriptionvoidReportTask.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 TypeMethodDescriptionvoidCheckMojo.onViolation(ICoverageNode node, Rule rule, Limit limit, String message) Method parameters in org.jacoco.maven with type arguments of type RuleModifier and TypeMethodDescriptionvoidReportSupport.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.bundleRulesprivate final Collection<Rule> BundleChecker.classRulesprivate final Collection<Rule> BundleChecker.methodRulesprivate final Collection<Rule> BundleChecker.packageRulesRulesChecker.rulesprivate final Collection<Rule> BundleChecker.sourceFileRulesMethods in org.jacoco.report.check with parameters of type RuleModifier and TypeMethodDescriptionprivate voidBundleChecker.checkLimit(ICoverageNode node, String elementtype, String elementname, Rule rule, Limit limit) voidIViolationsOutput.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 voidBundleChecker.checkRules(ICoverageNode node, Collection<Rule> rules, String typename, String elementname) voidSets 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)