Package org.gradle.api.reporting
Interface SingleFileReport
- All Superinterfaces:
- Configurable<Report>,- ConfigurableReport,- Report
- All Known Subinterfaces:
- CustomizableHtmlReport
A report that is a single file.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.reporting.ReportReport.OutputType
- 
Field Summary
- 
Method SummaryModifier and TypeMethodDescriptionThe location on the filesystem to generate the report to.Always returnsReport.OutputType.FILEMethods inherited from interface org.gradle.util.ConfigurableconfigureMethods inherited from interface org.gradle.api.reporting.ConfigurableReportsetDestinationMethods inherited from interface org.gradle.api.reporting.ReportgetDisplayName, getName, getRequired
- 
Method Details- 
getOutputLocationDescription copied from interface:ReportThe location on the filesystem to generate the report to.- Specified by:
- getOutputLocationin interface- Report
 
- 
getOutputTypeReport.OutputType getOutputType()Always returnsReport.OutputType.FILE- Specified by:
- getOutputTypein interface- Report
- Returns:
- Report.OutputType.FILE
 
 
-