toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.reporting
/
CustomizableHtmlReport
Customizable
Html
Report
API
interface
CustomizableHtmlReport
:
SingleFileReport
(
source
)
A HTML Report whose generation can be customized with a XSLT stylesheet.
Members
Properties
NAMER
Link copied to clipboard
API
val
NAMER
:
Namer
<
Report
>
Functions
configure
Link copied to clipboard
API
abstract
fun
configure
(
cl
:
Closure
)
:
T
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Output
Location
Link copied to clipboard
API
abstract
fun
getOutputLocation
(
)
:
Property
<
out
FileSystemLocation
>
abstract
fun
getOutputLocation
(
)
:
RegularFileProperty
get
Output
Type
Link copied to clipboard
API
abstract
fun
getOutputType
(
)
:
Report.OutputType
get
Required
Link copied to clipboard
API
abstract
fun
getRequired
(
)
:
Property
<
Boolean
>
get
Stylesheet
Link copied to clipboard
API
@
Nullable
@
Optional
abstract
fun
getStylesheet
(
)
:
TextResource
The stylesheet to use to generate the HTML report.
set
Destination
Link copied to clipboard
API
abstract
fun
setDestination
(
file
:
File
)
set
Stylesheet
Link copied to clipboard
API
abstract
fun
setStylesheet
(
@
Nullable
stylesheet
:
TextResource
)
The stylesheet to use to generate the report.