org.gradle.util.Configurable<Report>, ConfigurableReport, Report, SerializableJUnitXmlReportpublic interface DirectoryReport extends ConfigurableReport
Report.OutputType| Modifier and Type | Method | Description | 
|---|---|---|
| File | getDestination() | The location on the filesystem of the report when it is generated. | 
| File | getEntryPoint() | Returns the entry point of a directory based Report
 This can be the index.html file in a HTML report | 
| Report.OutputType | getOutputType() | Always returns  Report.OutputType.DIRECTORY | 
setDestination, setDestination, setEnabled, setEnabledgetDisplayName, getName, isEnabled@Internal File getEntryPoint()
getDestination()
 if no entry point defined@OutputDirectory File getDestination()
Report
 Depending on the output type of the report, this may point to
 a file or a directory.
 
Subtypes may implement setters for the destination.
getDestination in interface ReportReport.OutputType getOutputType()
Report.OutputType.DIRECTORYgetOutputType in interface ReportReport.OutputType.DIRECTORY