|
|||||||||
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(Project project)
|
Method Summary | |
---|---|
java.lang.String |
getApiDocTitle()
Returns the title for API documentation for the project. |
java.io.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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportingBasePluginConvention(Project project)
Method Detail |
---|
public java.lang.String getReportsDirName()
public void setReportsDirName(java.lang.String reportsDirName)
reportsDirName
- The reports directory name. Should not be null.public java.io.File getReportsDir()
public java.lang.String getApiDocTitle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |