Package org.flywaydb.core.api.output
Class DashboardRenderer
java.lang.Object
org.flywaydb.core.api.output.DashboardRenderer
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.HtmlRenderer<DashboardResult>,org.flywaydb.core.extensibility.Plugin
public class DashboardRenderer
extends Object
implements org.flywaydb.core.extensibility.HtmlRenderer<DashboardResult>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()render(DashboardResult result, Configuration config) tabTitle(DashboardResult 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.HtmlRenderer
getHtmlSummaryMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
DashboardRenderer
public DashboardRenderer()
-
-
Method Details
-
render
- Specified by:
renderin interfaceorg.flywaydb.core.extensibility.HtmlRenderer<DashboardResult>
-
tabTitle
- Specified by:
tabTitlein interfaceorg.flywaydb.core.extensibility.HtmlRenderer<DashboardResult>
-
getType
- Specified by:
getTypein interfaceorg.flywaydb.core.extensibility.HtmlRenderer<DashboardResult>
-