api / org.gradle.api.reporting / DirectoryReport / getEntryPoint

getEntryPoint

@Internal abstract fun getEntryPoint(): File

Returns the entry point of a directory based Report This can be the index.html file in a HTML report

Return
the entry point of the report or org.gradle.api.reporting.DirectoryReport#getDestination() if no entry point defined