ReportingExtension
@Deprecated
public class ReportingBasePluginConvention
extends java.lang.Object
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 and Description |
---|
ReportingBasePluginConvention(org.gradle.api.internal.project.ProjectInternal project,
ReportingExtension extension)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApiDocTitle()
Deprecated.
|
java.io.File |
getReportsDir()
Deprecated.
|
java.lang.String |
getReportsDirName()
Deprecated.
|
void |
setReportsDirName(java.lang.String reportsDirName)
Deprecated.
|
public ReportingBasePluginConvention(org.gradle.api.internal.project.ProjectInternal project, ReportingExtension extension)
@Deprecated public java.lang.String getReportsDirName()
ReportingExtension.getBaseDir()
@Deprecated public void setReportsDirName(java.lang.String reportsDirName)
ReportingExtension.setBaseDir(Object)
reportsDirName
- The reports directory name. Should not be null.@Deprecated public java.io.File getReportsDir()
ReportingExtension.getBaseDir()
@Deprecated public java.lang.String getApiDocTitle()
ReportingExtension.getApiDocTitle()