Class BuildDashboardPlugin

java.lang.Object
org.gradle.api.reporting.plugins.BuildDashboardPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class BuildDashboardPlugin extends Object implements Plugin<Project>
Adds a task, "buildDashboard", that aggregates the output of all tasks that produce reports.
  • Field Details

  • Constructor Details

    • BuildDashboardPlugin

      public BuildDashboardPlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object