Package org.gradle.api.reporting
Interface CustomizableHtmlReport
- All Superinterfaces:
- Configurable<Report>,- ConfigurableReport,- Report,- SingleFileReport
A HTML Report whose generation can be customized with a XSLT stylesheet.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.reporting.ReportReport.OutputType
- 
Field Summary
- 
Method SummaryModifier 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.ConfigurableconfigureMethods inherited from interface org.gradle.api.reporting.ConfigurableReportsetDestinationMethods inherited from interface org.gradle.api.reporting.ReportgetDisplayName, getName, getRequiredMethods inherited from interface org.gradle.api.reporting.SingleFileReportgetOutputLocation, getOutputType
- 
Method Details- 
getStylesheetThe stylesheet to use to generate the HTML report.- Returns:
- the stylesheet to use to generate the HTML report
 
- 
setStylesheetThe stylesheet to use to generate the report.- Parameters:
- stylesheet- the stylesheet to use to generate the HTML report
 
 
-