Uses of Class
org.jacoco.report.check.Rule
-
Packages that use Rule Package Description org.jacoco.ant org.jacoco.report.check Rules check implementation. -
-
Uses of Rule in org.jacoco.ant
Methods 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.report.check
Methods in org.jacoco.report.check with parameters of type Rule Modifier and Type Method Description 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 voidRulesChecker. setRules(java.util.List<Rule> rules)Sets the rules to check by this formatter.
-