Package org.flywaydb.verb.testConnection
Class testConnectionVerbExtension
java.lang.Object
org.flywaydb.verb.testConnection.testConnectionVerbExtension
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin,org.flywaydb.core.extensibility.VerbExtension
public class testConnectionVerbExtension
extends Object
implements org.flywaydb.core.extensibility.VerbExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteVerb(org.flywaydb.core.api.configuration.Configuration configuration) booleanhandlesVerb(String verb) 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
-
testConnectionVerbExtension
public testConnectionVerbExtension()
-
-
Method Details
-
handlesVerb
- Specified by:
handlesVerbin interfaceorg.flywaydb.core.extensibility.VerbExtension
-
executeVerb
- Specified by:
executeVerbin interfaceorg.flywaydb.core.extensibility.VerbExtension
-