|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.ProjectReportsPluginConvention
class ProjectReportsPluginConvention extends java.lang.Object
| Property Summary | |
|---|---|
java.lang.String |
projectReportDirName
The name of the directory to generate the project reports into, relative to the project's reports dir. |
| Constructor Summary | |
ProjectReportsPluginConvention(Project project)
|
|
| Method Summary | |
|---|---|
java.io.File
|
getProjectReportDir()
Returns the directory to generate the project reports into. |
java.util.Set
|
getProjects()
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Property Detail |
|---|
java.lang.String projectReportDirName
| Constructor Detail |
|---|
ProjectReportsPluginConvention(Project project)
| Method Detail |
|---|
java.io.File getProjectReportDir()
java.util.Set getProjects()
Groovy Documentation