Uses of Class
org.jacoco.report.check.Limit
-
Packages that use Limit Package Description org.jacoco.ant org.jacoco.maven org.jacoco.report.check Rules check implementation. -
-
Uses of Limit in org.jacoco.ant
Methods in org.jacoco.ant with parameters of type Limit Modifier and Type Method Description void
ReportTask.CheckFormatterElement. onViolation(ICoverageNode node, Rule rule, Limit limit, java.lang.String message)
-
Uses of Limit in org.jacoco.maven
Methods in org.jacoco.maven with parameters of type Limit 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 Limit Modifier and Type Method Description void
RuleConfiguration. setLimits(java.util.List<Limit> limits)
-
Uses of Limit in org.jacoco.report.check
Fields in org.jacoco.report.check with type parameters of type Limit Modifier and Type Field Description private java.util.List<Limit>
Rule. limits
Methods in org.jacoco.report.check that return Limit Modifier and Type Method Description Limit
Rule. createLimit()
Creates and adds a newLimit
.Methods in org.jacoco.report.check that return types with arguments of type Limit Modifier and Type Method Description java.util.List<Limit>
Rule. getLimits()
Methods in org.jacoco.report.check with parameters of type Limit Modifier and Type Method Description private void
BundleChecker. checkLimit(ICoverageNode node, java.lang.String elementtype, java.lang.String typename, 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 Limit Modifier and Type Method Description void
Rule. setLimits(java.util.List<Limit> limits)
-