api / org.gradle.api.reporting.plugins / BuildDashboardPlugin

BuildDashboardPlugin

@Incubating open class BuildDashboardPlugin : Plugin<Project>

Adds a task, "buildDashboard", that aggregates the output of all tasks that produce reports.

Constructors

<init>

BuildDashboardPlugin()

Adds a task, "buildDashboard", that aggregates the output of all tasks that produce reports.

Properties

BUILD_DASHBOARD_TASK_NAME

static val BUILD_DASHBOARD_TASK_NAME: String

Functions

apply

open fun apply(project: Project): Unit