Class ProjectReportsPluginConvention


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

      • ProjectReportsPluginConvention

        public ProjectReportsPluginConvention()
        Deprecated.
    • Method Detail

      • getProjectReportDirName

        public abstract java.lang.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​(java.lang.String projectReportDirName)
        Deprecated.
      • getProjectReportDir

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

        public abstract java.util.Set<Project> getProjects()
        Deprecated.