class JacocoCoveragePlugin extends java.lang.Object
A wrapper for the standard Jacoco Gradle plugin that allows users to specify minimum coverage requirements individual files and coverage types.
| Type | Name and description |
|---|---|
void |
apply(org.gradle.api.Project project)Applies this plugin to the given project by first applying the Gradle Jacoco plugin and then registering
a 'checkCoverage' task that verifies the set of coverage rules registered in JacocoCoverageExtension. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Applies this plugin to the given project by first applying the Gradle Jacoco plugin and then registering
a 'checkCoverage' task that verifies the set of coverage rules registered in JacocoCoverageExtension.