Interface CustomizableHtmlReport
- All Superinterfaces:
org.gradle.util.Configurable<Report>, ConfigurableReport, Report, Serializable, SingleFileReport
A HTML Report whose generation can be customized with a XSLT stylesheet.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Report
Report.OutputType -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe stylesheet to use to generate the HTML report.voidsetStylesheet(TextResource stylesheet) The stylesheet to use to generate the report.Methods inherited from interface org.gradle.util.Configurable
configureMethods inherited from interface ConfigurableReport
setDestination, setDestination, setDestination, setEnabled, setEnabledMethods inherited from interface Report
getDisplayName, getName, isEnabledMethods inherited from interface SingleFileReport
getDestination, getOutputType
-
Method Details
-
getStylesheet
TextResource getStylesheet()The stylesheet to use to generate the HTML report.- Returns:
- the stylesheet to use to generate the HTML report
-
setStylesheet
The stylesheet to use to generate the report.- Parameters:
stylesheet- the stylesheet to use to generate the HTML report
-