Uses of Class
org.jacoco.report.check.Limit
Packages that use Limit
Package
Description
Rules check implementation.
-
Uses of Limit in org.jacoco.ant
Methods in org.jacoco.ant with parameters of type LimitModifier and TypeMethodDescriptionvoid
ReportTask.CheckFormatterElement.onViolation
(ICoverageNode node, Rule rule, Limit limit, String message) -
Uses of Limit in org.jacoco.maven
Methods in org.jacoco.maven with parameters of type LimitModifier and TypeMethodDescriptionvoid
CheckMojo.onViolation
(ICoverageNode node, Rule rule, Limit limit, String message) Method parameters in org.jacoco.maven with type arguments of type Limit -
Uses of Limit in org.jacoco.report.check
Fields in org.jacoco.report.check with type parameters of type LimitMethods in org.jacoco.report.check that return LimitMethods in org.jacoco.report.check that return types with arguments of type LimitMethods in org.jacoco.report.check with parameters of type LimitModifier and TypeMethodDescriptionprivate void
BundleChecker.checkLimit
(ICoverageNode node, String elementtype, String elementname, Rule rule, Limit limit) void
IViolationsOutput.onViolation
(ICoverageNode node, Rule rule, Limit limit, String message) Called for every rule violation.Method parameters in org.jacoco.report.check with type arguments of type Limit