public class ProjectReportsPlugin extends Object implements Plugin<Project>
A Plugin which adds some project visualization report tasks to a project.
Plugin
static String
DEPENDENCY_REPORT
HTML_DEPENDENCY_REPORT
PROJECT_REPORT
PROPERTY_REPORT
TASK_REPORT
ProjectReportsPlugin()
void
apply(Project project)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String TASK_REPORT
public static final String PROPERTY_REPORT
public static final String DEPENDENCY_REPORT
public static final String HTML_DEPENDENCY_REPORT
public static final String PROJECT_REPORT
public ProjectReportsPlugin()
public void apply(Project project)
apply
Plugin<Project>
project