Interface CustomizableHtmlReport

All Superinterfaces:
org.gradle.util.Configurable<Report>, ConfigurableReport, Report, Serializable, SingleFileReport

@Incubating public interface CustomizableHtmlReport extends SingleFileReport
A HTML Report whose generation can be customized with a XSLT stylesheet.
  • 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

      void setStylesheet(TextResource stylesheet)
      The stylesheet to use to generate the report.
      Parameters:
      stylesheet - the stylesheet to use to generate the HTML report