public class ReportingBasePlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
A Plugin which provides the basic skeleton for reporting.
This plugin adds the following extension objects to the project:
| Constructor and Description | 
|---|
| ReportingBasePlugin() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(org.gradle.api.internal.project.ProjectInternal project)Apply this plugin to the given target object. |