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. rules
Methods in org.jacoco.ant that return Rule Modifier and Type Method Description Rule
ReportTask.CheckFormatterElement. createRule()
Creates and adds a new rule.Methods in org.jacoco.ant with parameters of type Rule Modifier and Type Method Description void
ReportTask.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) Rule
RuleConfiguration. rule
Methods in org.jacoco.maven with parameters of type Rule Modifier and Type Method Description void
CheckMojo. 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 void
ReportSupport. 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. bundleRules
private java.util.Collection<Rule>
BundleChecker. classRules
private java.util.Collection<Rule>
BundleChecker. methodRules
private java.util.Collection<Rule>
BundleChecker. packageRules
private java.util.List<Rule>
RulesChecker. rules
private java.util.Collection<Rule>
BundleChecker. sourceFileRules
Methods in org.jacoco.report.check with parameters of type Rule Modifier and Type Method Description private void
BundleChecker. checkLimit(ICoverageNode node, java.lang.String elementtype, java.lang.String elementname, Rule rule, Limit limit)
void
IViolationsOutput. 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 void
BundleChecker. checkRules(ICoverageNode node, java.util.Collection<Rule> rules, java.lang.String typename, java.lang.String elementname)
void
RulesChecker. 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)
-