class JacocoFullReportPlugin extends java.lang.Object
Adds a 'jacocoFullReport' task to the current project that produces a Jacoco report for code coverage of the tests of all subprojects of the current project. This report can be useful when different subprojects test different parts of a project -- as is often a case when integration tests are factored out into separate subprojects.
| Type | Name and description |
|---|---|
void |
apply(org.gradle.api.Project project) |
static java.lang.Object |
getReportTasks(org.gradle.api.Project project, org.gradle.testing.jacoco.tasks.JacocoReport exclude) |
| 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() |