Package org.gradle.api.plugins
Class ProjectReportsPluginConvention
- java.lang.Object
-
- org.gradle.api.plugins.ProjectReportsPluginConvention
-
public class ProjectReportsPluginConvention extends Object
The conventional configuration for the `ProjectReportsPlugin`.
-
-
Constructor Summary
Constructors Constructor Description ProjectReportsPluginConvention(Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getProjectReportDir()
Returns the directory to generate the project reports into.String
getProjectReportDirName()
The name of the directory to generate the project reports into, relative to the project's reports dir.Set<Project>
getProjects()
void
setProjectReportDirName(String projectReportDirName)
-
-
-
Constructor Detail
-
ProjectReportsPluginConvention
public ProjectReportsPluginConvention(Project project)
-
-
Method Detail
-
getProjectReportDirName
public String getProjectReportDirName()
The name of the directory to generate the project reports into, relative to the project's reports dir.
-
setProjectReportDirName
public void setProjectReportDirName(String projectReportDirName)
-
getProjectReportDir
public File getProjectReportDir()
Returns the directory to generate the project reports into.
-
-