class CoberturaPlugin extends java.lang.Object
Plugin that provides support for generating Cobertura code coverage reports. The plugin adds two
tasks to the project for each task of type Testt; an instrumentation task and a reports
task. Furthermore, this plugin will add a configuration that specifies the classpath used when
running the Cobertura tasks. An extension through which the tasks are configured is also added
to the project.
| Type | Name and description |
|---|---|
void |
apply(org.gradle.api.Project pProject) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |