|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.plugins.ReportingBasePluginConvention
class ReportingBasePluginConvention extends java.lang.Object
A BasePluginConvention defines the convention properties and methods used by the org.gradle.api.plugins.ReportingBasePlugin
Constructor Summary | |
ReportingBasePluginConvention(Project project)
|
Method Summary | |
---|---|
File
|
getReportsDir()
Returns the directory containing all reports for this project |
java.lang.String
|
getReportsDirName()
Returns the name of the reports directory, relative to the project's build directory. |
void
|
setReportsDirName(java.lang.String reportsDirName)
Sets the name of the reports directory, relative to the project's build directory. |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public ReportingBasePluginConvention(Project project)
Method Detail |
---|
public File getReportsDir()
public java.lang.String getReportsDirName()
public void setReportsDirName(java.lang.String reportsDirName)
Groovy Documentation