Interface CustomizableHtmlReport

All Superinterfaces:
Configurable<Report>, ConfigurableReport, Report, SingleFileReport

public interface CustomizableHtmlReport extends SingleFileReport
A HTML Report whose generation can be customized with a XSLT stylesheet.
  • Method Details

    • getStylesheet

      The stylesheet to use to generate the HTML report.
      Returns:
      the stylesheet to use to generate the HTML report
    • setStylesheet

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