org.gradle.api.reporting
[Java] Interface DirectoryReport
org.gradle.api.reporting.ConfigurableReport
org.gradle.api.reporting.Report
org.gradle.api.reporting.DirectoryReport
org.gradle.util.Configurable
- All Superinterfaces:
- ConfigurableReport, Report, Configurable
@Incubating
public interface DirectoryReport
extends ConfigurableReport
A directory based report to be created.
getEntryPoint
public File 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
DirectoryReport.getDestination
if no entry point defined
getOutputType
public OutputType getOutputType()
- Always returns Report.OutputType#DIRECTORY
- Returns:
- Report.OutputType#DIRECTORY
Gradle API 1.12