public abstract class ProjectReportsPluginConvention extends Object
| Constructor | Description | 
|---|---|
| ProjectReportsPluginConvention() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| abstract File | getProjectReportDir() | Returns the directory to generate the project reports into. | 
| abstract String | getProjectReportDirName() | The name of the directory to generate the project reports into, relative to the project's reports dir. | 
| abstract Set<Project> | getProjects() | |
| abstract void | setProjectReportDirName(String projectReportDirName) | 
public abstract String getProjectReportDirName()
public abstract void setProjectReportDirName(String projectReportDirName)
public abstract File getProjectReportDir()