Class ProjectReportsPlugin

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

@NullMarked public abstract class ProjectReportsPlugin extends Object implements Plugin<Project>

A Plugin which adds some project visualization report tasks to a project.

Since:
0.7
See Also:
  • Field Details

  • Constructor Details

    • ProjectReportsPlugin

      public ProjectReportsPlugin()
  • 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