org.gradle.util.Configurable<Report>, ConfigurableReport, Report, SerializableCustomizableHtmlReport, FindBugsXmlReportpublic interface SingleFileReport extends ConfigurableReport
Report.OutputType| Modifier and Type | Method | Description | 
|---|---|---|
| File | getDestination() | The location on the filesystem of the report when it is generated. | 
| Report.OutputType | getOutputType() | Always returns  Report.OutputType.FILE | 
setDestination, setDestination, setEnabled, setEnabledgetDisplayName, getName, isEnabled@OutputFile 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.FILEgetOutputType in interface ReportReport.OutputType.FILE