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:
コンストラクタと説明 |
---|
ReportingBasePlugin() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|