Package org.flywaydb.testconnection
Class FlywayTestConnectionRunner
java.lang.Object
org.flywaydb.testconnection.FlywayTestConnectionRunner
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin,org.flywaydb.core.extensibility.TestConnectionRunner
public class FlywayTestConnectionRunner
extends Object
implements org.flywaydb.core.extensibility.TestConnectionRunner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontestConnection(org.flywaydb.core.api.configuration.Configuration configuration) 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
-
FlywayTestConnectionRunner
public FlywayTestConnectionRunner()
-
-
Method Details
-
testConnection
- Specified by:
testConnectionin interfaceorg.flywaydb.core.extensibility.TestConnectionRunner
-