Class ProjectReportsPluginConvention


  • public abstract class ProjectReportsPluginConvention
    extends Object
    The conventional configuration for the `ProjectReportsPlugin`.
    • Constructor Detail

      • ProjectReportsPluginConvention

        public ProjectReportsPluginConvention()
    • Method Detail

      • getProjectReportDirName

        public abstract String getProjectReportDirName()
        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)
      • getProjectReportDir

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

        public abstract Set<Project> getProjects()