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
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getRequired(): Property<Boolean>
Link copied to clipboard
@Nullable
abstract fun getStylesheet(): TextResource
The stylesheet to use to generate the HTML report.
Link copied to clipboard
abstract fun setDestination(file: File)
Link copied to clipboard
abstract fun setStylesheet(@Nullable stylesheet: TextResource)
The stylesheet to use to generate the report.