|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.api.plugins.ReportingBasePluginConvention
ReportingExtension
@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(org.gradle.api.internal.project.ProjectInternal project,
ReportingExtension extension)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getApiDocTitle()
Deprecated. use ReportingExtension.getApiDocTitle() |
File |
getReportsDir()
Deprecated. use ReportingExtension.getBaseDir() |
String |
getReportsDirName()
Deprecated. use ReportingExtension.getBaseDir() |
void |
setReportsDirName(String reportsDirName)
Deprecated. use ReportingExtension.setBaseDir(Object) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportingBasePluginConvention(org.gradle.api.internal.project.ProjectInternal project,
ReportingExtension extension)
| Method Detail |
|---|
@Deprecated public String getReportsDirName()
ReportingExtension.getBaseDir()
@Deprecated public void setReportsDirName(String reportsDirName)
ReportingExtension.setBaseDir(Object)
reportsDirName - The reports directory name. Should not be null.@Deprecated public File getReportsDir()
ReportingExtension.getBaseDir()
@Deprecated public String getApiDocTitle()
ReportingExtension.getApiDocTitle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||