Package org.gradle.api.plugins
Class ReportingBasePlugin
- java.lang.Object
-
- org.gradle.api.plugins.ReportingBasePlugin
-
public abstract class ReportingBasePlugin extends java.lang.Object implements Plugin<Project>
A
Plugin
which provides the basic skeleton for reporting.This plugin adds the following extension objects to the project:
- See Also:
- Project Report plugin reference
-
-
Constructor Summary
Constructors Constructor Description ReportingBasePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-