Class InfoHtmlRenderer

java.lang.Object
org.flywaydb.core.api.output.InfoHtmlRenderer
All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>, org.flywaydb.core.extensibility.HtmlRenderer<InfoResult>, org.flywaydb.core.extensibility.Plugin

public class InfoHtmlRenderer extends Object implements org.flywaydb.core.extensibility.HtmlRenderer<InfoResult>
  • Constructor Details

    • InfoHtmlRenderer

      public InfoHtmlRenderer()
  • Method Details

    • render

      public String render(InfoResult result, Configuration config)
      Specified by:
      render in interface org.flywaydb.core.extensibility.HtmlRenderer<InfoResult>
    • tabTitle

      public String tabTitle(InfoResult result, Configuration config)
      Specified by:
      tabTitle in interface org.flywaydb.core.extensibility.HtmlRenderer<InfoResult>
    • getType

      public Class<InfoResult> getType()
      Specified by:
      getType in interface org.flywaydb.core.extensibility.HtmlRenderer<InfoResult>
    • getHtmlSummary

      public List<org.flywaydb.core.extensibility.HtmlReportSummary> getHtmlSummary(InfoResult result)
      Specified by:
      getHtmlSummary in interface org.flywaydb.core.extensibility.HtmlRenderer<InfoResult>