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 voidReportTask.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 voidCheckMojo. 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 voidRuleConfiguration. 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. limitsMethods in org.jacoco.report.check that return Limit Modifier and Type Method Description LimitRule. 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 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 Limit Modifier and Type Method Description voidRule. setLimits(java.util.List<Limit> limits)
-