|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.plugins.ReportingBasePluginConvention
@Deprecated public class ReportingBasePluginConvention
A BasePluginConvention defines the convention properties and methods used by the ReportingBasePlugin.
This convention has been deprecated. Use the reporting extension instead:
reporting { baseDir "the-reports" }
Constructor Summary | |
ReportingBasePluginConvention(ProjectInternal project, ReportingExtension extension)
|
Method Summary | |
---|---|
String
|
getApiDocTitle()
Returns the title for API documentation for the project. |
File
|
getReportsDir()
Returns the directory containing all reports for this project. |
String
|
getReportsDirName()
Returns the name of the reports directory, relative to the project's build directory. |
void
|
setReportsDirName(String reportsDirName)
Sets the name of the reports directory, relative to the project's build directory. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public ReportingBasePluginConvention(ProjectInternal project, ReportingExtension extension)
Method Detail |
---|
@Deprecated public String getApiDocTitle()
@Deprecated public File getReportsDir()
@Deprecated public String getReportsDirName()
@Deprecated public void setReportsDirName(String reportsDirName)
reportsDirName
- The reports directory name. Should not be null.
Gradle API 1.12