Groovy Documentation

org.gradle.api.plugins
Class ReportingBasePlugin

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

class ReportingBasePlugin

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
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

ReportingBasePlugin

ReportingBasePlugin()


 
Method Detail

use

public void use(Project project, ProjectPluginsContainer projectPluginsHandler)


 

Groovy Documentation