Package org.gradle.api.reporting
Interface DirectoryReport
- All Superinterfaces:
- Configurable<Report>,- ConfigurableReport,- Report
- All Known Subinterfaces:
- JUnitXmlReport
A directory based report to be created.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.reporting.ReportReport.OutputType
- 
Field Summary
- 
Method SummaryModifier and TypeMethodDescriptionReturns the entry point of a directory based Report This can be the index.html file in a HTML reportThe location on the filesystem to generate the report to.Always returnsReport.OutputType.DIRECTORYMethods 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- 
getEntryPointReturns the entry point of a directory based Report This can be the index.html file in a HTML report- Returns:
- the entry point of the report or
 getOutputLocation()if no entry point defined
 
- 
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.DIRECTORY- Specified by:
- getOutputTypein interface- Report
- Returns:
- Report.OutputType.DIRECTORY
 
 
-