Class ProjectReportsPluginConvention

java.lang.Object
org.gradle.api.plugins.ProjectReportsPluginConvention

@Deprecated public abstract class ProjectReportsPluginConvention extends Object
Deprecated.
Please configure the tasks directly. This class is scheduled for removal in Gradle 9.0.
The conventional configuration for the `ProjectReportsPlugin`.
  • Constructor Details

    • ProjectReportsPluginConvention

      public ProjectReportsPluginConvention()
      Deprecated.
  • Method Details

    • getProjectReportDirName

      public abstract String getProjectReportDirName()
      Deprecated.
      The name of the directory to generate the project reports into, relative to the project's reports dir.
    • setProjectReportDirName

      public abstract void setProjectReportDirName(String projectReportDirName)
      Deprecated.
    • getProjectReportDir

      public abstract File getProjectReportDir()
      Deprecated.
      Returns the directory to generate the project reports into.
    • getProjects

      public abstract Set<Project> getProjects()
      Deprecated.