api / org.gradle.api.plugins / ProjectReportsPlugin

ProjectReportsPlugin

open class ProjectReportsPlugin : Plugin<Project>

A Plugin which adds some project visualization report tasks to a project.

Constructors

<init>

ProjectReportsPlugin()

A Plugin which adds some project visualization report tasks to a project.

Properties

DEPENDENCY_REPORT

static val DEPENDENCY_REPORT: String

HTML_DEPENDENCY_REPORT

static val HTML_DEPENDENCY_REPORT: String

PROJECT_REPORT

static val PROJECT_REPORT: String

PROPERTY_REPORT

static val PROPERTY_REPORT: String

TASK_REPORT

static val TASK_REPORT: String

Functions

apply

open fun apply(project: Project): Unit