org.gradle.api.plugins
Class ReportingBasePlugin

java.lang.Object
  extended by org.gradle.api.plugins.ReportingBasePlugin
All Implemented Interfaces:
Plugin

public class ReportingBasePlugin
extends java.lang.Object
implements Plugin

A Plugin which provides the basic skeleton for reporting.

This plugin adds the following convention objects to the project:


Constructor Summary
ReportingBasePlugin()
           
 
Method Summary
 void use(Project project, ProjectPluginsContainer projectPluginsHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportingBasePlugin

public ReportingBasePlugin()
Method Detail

use

public void use(Project project,
                ProjectPluginsContainer projectPluginsHandler)
Specified by:
use in interface Plugin