Package org.gradle.api.plugins
Class ProjectReportsPluginConvention
java.lang.Object
org.gradle.api.plugins.ProjectReportsPluginConvention
Deprecated.
Please configure the tasks directly. This class is scheduled for removal in Gradle 9.0.
The conventional configuration for the `ProjectReportsPlugin`.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract File
Deprecated.Returns the directory to generate the project reports into.abstract String
Deprecated.The name of the directory to generate the project reports into, relative to the project's reports dir.Deprecated.abstract void
setProjectReportDirName
(String projectReportDirName) Deprecated.
-
Constructor Details
-
ProjectReportsPluginConvention
public ProjectReportsPluginConvention()Deprecated.
-
-
Method Details
-
getProjectReportDirName
Deprecated.The name of the directory to generate the project reports into, relative to the project's reports dir. -
setProjectReportDirName
Deprecated. -
getProjectReportDir
Deprecated.Returns the directory to generate the project reports into. -
getProjects
Deprecated.
-