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.CleanModelgetClean()getConfigurationParameterFromEnvironmentVariable(String environmentVariable) voidsetClean(org.flywaydb.core.internal.command.clean.CleanModel clean) voidsetKerberos(KerberosModel kerberos) 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.ConfigurationExtension
copy, extractParametersFromConfiguration, isStubMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, getName, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
SQLServerConfigurationExtension
public SQLServerConfigurationExtension()
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein interfaceorg.flywaydb.core.extensibility.ConfigurationExtension
-
getConfigurationParameterFromEnvironmentVariable
- Specified by:
getConfigurationParameterFromEnvironmentVariablein 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)
-