Uses of Class
org.jacoco.report.check.Rule
-
Packages that use Rule Package Description org.jacoco.ant org.jacoco.maven org.jacoco.report.check Rules check implementation. -
-
Uses of Rule in org.jacoco.ant
Fields in org.jacoco.ant with type parameters of type Rule Modifier and Type Field Description private java.util.List<Rule>ReportTask.CheckFormatterElement. rulesMethods in org.jacoco.ant that return Rule Modifier and Type Method Description RuleReportTask.CheckFormatterElement. createRule()Creates and adds a new rule.Methods in org.jacoco.ant with parameters of type Rule Modifier and Type Method Description voidReportTask.CheckFormatterElement. onViolation(ICoverageNode node, Rule rule, Limit limit, java.lang.String message) -
Uses of Rule in org.jacoco.maven
Fields in org.jacoco.maven declared as Rule Modifier and Type Field Description (package private) RuleRuleConfiguration. ruleMethods in org.jacoco.maven with parameters of type Rule Modifier and Type Method Description voidCheckMojo. onViolation(ICoverageNode node, Rule rule, Limit limit, java.lang.String message)Method parameters in org.jacoco.maven with type arguments of type Rule Modifier and Type Method Description voidReportSupport. addRulesChecker(java.util.List<Rule> rules, IViolationsOutput output) -
Uses of Rule in org.jacoco.report.check
Fields in org.jacoco.report.check with type parameters of type Rule Modifier and Type Field Description private java.util.Collection<Rule>BundleChecker. bundleRulesprivate java.util.Collection<Rule>BundleChecker. classRulesprivate java.util.Collection<Rule>BundleChecker. methodRulesprivate java.util.Collection<Rule>BundleChecker. packageRulesprivate java.util.List<Rule>RulesChecker. rulesprivate java.util.Collection<Rule>BundleChecker. sourceFileRulesMethods in org.jacoco.report.check with parameters of type Rule Modifier and Type Method Description private voidBundleChecker. checkLimit(ICoverageNode node, java.lang.String elementtype, java.lang.String elementname, Rule rule, Limit limit)voidIViolationsOutput. onViolation(ICoverageNode node, Rule rule, Limit limit, java.lang.String message)Called for every rule violation.Method parameters in org.jacoco.report.check with type arguments of type Rule Modifier and Type Method Description private voidBundleChecker. checkRules(ICoverageNode node, java.util.Collection<Rule> rules, java.lang.String typename, java.lang.String elementname)voidRulesChecker. setRules(java.util.List<Rule> rules)Sets the rules to check by this formatter.Constructor parameters in org.jacoco.report.check with type arguments of type Rule Constructor Description BundleChecker(java.util.Collection<Rule> rules, ILanguageNames names, IViolationsOutput output)
-