BuildDashboardPlugin

abstract class BuildDashboardPlugin : Plugin<T> (source)

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

See also

<a href="https://docs.gradle.org/current/userguide/build_dashboard_plugin.html">Build Dashboard plugin reference</a>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val BUILD_DASHBOARD_TASK_NAME: String = "buildDashboard"

Functions

Link copied to clipboard
open fun apply(project: Project)