Package org.flywaydb.core.api.output
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.flywaydb.core.extensibility.HtmlReportSummary>getHtmlSummary(InfoResult result) getType()render(InfoResult result, Configuration config) tabTitle(InfoResult result, Configuration config) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, copy, getName, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
InfoHtmlRenderer
public InfoHtmlRenderer()
-
-
Method Details
-
render
- Specified by:
renderin interfaceorg.flywaydb.core.extensibility.HtmlRenderer<InfoResult>
-
tabTitle
- Specified by:
tabTitlein interfaceorg.flywaydb.core.extensibility.HtmlRenderer<InfoResult>
-
getType
- Specified by:
getTypein interfaceorg.flywaydb.core.extensibility.HtmlRenderer<InfoResult>
-
getHtmlSummary
- Specified by:
getHtmlSummaryin interfaceorg.flywaydb.core.extensibility.HtmlRenderer<InfoResult>
-