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 Summary
Nested classes/interfaces inherited from interface org.gradle.api.reporting.Report
Report.OutputType
-
Field Summary
-
Method Summary
Modifier 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.DIRECTORY
Methods inherited from interface org.gradle.util.Configurable
configure
Methods inherited from interface org.gradle.api.reporting.ConfigurableReport
setDestination
Methods inherited from interface org.gradle.api.reporting.Report
getDisplayName, getName, getRequired
-
Method Details
-
getEntryPoint
Returns 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
-
getOutputLocation
Description copied from interface:Report
The location on the filesystem to generate the report to.- Specified by:
getOutputLocation
in interfaceReport
-
getOutputType
Report.OutputType getOutputType()Always returnsReport.OutputType.DIRECTORY
- Specified by:
getOutputType
in interfaceReport
- Returns:
Report.OutputType.DIRECTORY
-