Class 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.
    • Constructor Detail

      • BuildDashboardPlugin

        public BuildDashboardPlugin()
    • Method Detail

      • 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