ConfigurableReport

A file based report to be created with a configurable destination. Note this is a legacy type which offers no additional functionality. Reports should implement Report directly instead of using this interface.

Inheritors

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
abstract fun setDestination(file: File)
Sets the destination for the report.