org.gradle.api.plugins
Class ProjectReportsPlugin
java.lang.Object
org.gradle.api.plugins.ProjectReportsPlugin
- All Implemented Interfaces:
- Plugin
public class ProjectReportsPlugin
- extends java.lang.Object
- implements Plugin
A Plugin
which adds some project visualization report tasks to a project.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TASK_REPORT
public static final java.lang.String TASK_REPORT
- See Also:
- Constant Field Values
PROPERTY_REPORT
public static final java.lang.String PROPERTY_REPORT
- See Also:
- Constant Field Values
DEPENDENCY_REPORT
public static final java.lang.String DEPENDENCY_REPORT
- See Also:
- Constant Field Values
PROJECT_REPORT
public static final java.lang.String PROJECT_REPORT
- See Also:
- Constant Field Values
ProjectReportsPlugin
public ProjectReportsPlugin()
use
public void use(Project project,
ProjectPluginsContainer projectPluginsHandler)
- Specified by:
use
in interface Plugin