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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract FileDeprecated.Returns the directory to generate the project reports into.abstract StringDeprecated.The name of the directory to generate the project reports into, relative to the project's reports dir.Deprecated.abstract voidsetProjectReportDirName(String projectReportDirName) Deprecated.
- 
Constructor Details- 
ProjectReportsPluginConventionpublic ProjectReportsPluginConvention()Deprecated.
 
- 
- 
Method Details- 
getProjectReportDirNameDeprecated.The name of the directory to generate the project reports into, relative to the project's reports dir.
- 
setProjectReportDirNameDeprecated.
- 
getProjectReportDirDeprecated.Returns the directory to generate the project reports into.
- 
getProjectsDeprecated.
 
-