Package org.flywaydb.database.sqlserver
Class SQLServerConfigurationExtension
java.lang.Object
org.flywaydb.database.sqlserver.SQLServerConfigurationExtension
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>
,org.flywaydb.core.extensibility.ConfigurationExtension
,org.flywaydb.core.extensibility.Plugin
public class SQLServerConfigurationExtension
extends Object
implements org.flywaydb.core.extensibility.ConfigurationExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flywaydb.core.internal.command.clean.CleanModel
getClean()
getConfigurationParameterFromEnvironmentVariable
(String environmentVariable) void
setClean
(org.flywaydb.core.internal.command.clean.CleanModel clean) void
setKerberos
(KerberosModel kerberos) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flywaydb.core.extensibility.ConfigurationExtension
copy, extractParametersFromConfiguration, isStub
Methods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, getName, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
SQLServerConfigurationExtension
public SQLServerConfigurationExtension()
-
-
Method Details
-
getNamespace
- Specified by:
getNamespace
in interfaceorg.flywaydb.core.extensibility.ConfigurationExtension
-
getConfigurationParameterFromEnvironmentVariable
- Specified by:
getConfigurationParameterFromEnvironmentVariable
in interfaceorg.flywaydb.core.extensibility.ConfigurationExtension
-
getKerberos
-
setKerberos
-
getClean
public org.flywaydb.core.internal.command.clean.CleanModel getClean() -
setClean
public void setClean(org.flywaydb.core.internal.command.clean.CleanModel clean)
-