Package org.gradle.api.reporting.plugins
Class BuildDashboardPlugin
- java.lang.Object
-
- org.gradle.api.reporting.plugins.BuildDashboardPlugin
-
public abstract class BuildDashboardPlugin extends java.lang.Object implements Plugin<Project>
Adds a task, "buildDashboard", that aggregates the output of all tasks that produce reports.- See Also:
- Build Dashboard plugin reference
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BUILD_DASHBOARD_TASK_NAME
-
Constructor Summary
Constructors Constructor Description BuildDashboardPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Field Detail
-
BUILD_DASHBOARD_TASK_NAME
public static final java.lang.String BUILD_DASHBOARD_TASK_NAME
- See Also:
- Constant Field Values
-
-