|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.api.plugins.ReportingBasePluginConvention
public class ReportingBasePluginConvention
A BasePluginConvention defines the convention properties and methods used by the ReportingBasePlugin.
| Constructor Summary | |
|---|---|
ReportingBasePluginConvention(org.gradle.api.internal.project.ProjectInternal project)
|
|
| 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 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)
| Method Detail |
|---|
public String getReportsDirName()
public void setReportsDirName(String reportsDirName)
reportsDirName - The reports directory name. Should not be null.public File getReportsDir()
public String getApiDocTitle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||