CustomizableHtmlReport

A HTML Report whose generation can be customized with a XSLT stylesheet.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun configure(cl: Closure): T
Link copied to clipboard
abstract fun getDisplayName(): String
A more descriptive name of this report.
Link copied to clipboard
abstract fun getName(): String
The symbolic name of this report.
Link copied to clipboard
@Internal(value = "Implementations need to add the correct annotation, @OutputDirectory or @OutputFile")
abstract fun getOutputLocation(): Property<out FileSystemLocation>
The location on the filesystem to generate the report to.
Link copied to clipboard
Always returns FILE
Link copied to clipboard
A flag that determines whether this report should be generated or not.
Link copied to clipboard
@Nullable
abstract fun getStylesheet(): @Nullable TextResource
The stylesheet to use to generate the HTML report.
Link copied to clipboard
abstract fun setStylesheet(@Nullable stylesheet: @Nullable TextResource)
The stylesheet to use to generate the report.