Class LiquibaseProperties

java.lang.Object
org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties

@ConfigurationProperties(prefix="spring.liquibase", ignoreUnknownFields=false) public class LiquibaseProperties extends Object
Configuration properties to configure SpringLiquibase.
Since:
4.0.0
Author:
Marcel Overdijk, EddĂș MelĂ©ndez, Ferenc Gratzer, Evgeniy Cheban
  • Constructor Details

    • LiquibaseProperties

      public LiquibaseProperties()
  • Method Details

    • getChangeLog

      public String getChangeLog()
    • setChangeLog

      public void setChangeLog(String changeLog)
    • getContexts

      public @Nullable List<String> getContexts()
    • setContexts

      public void setContexts(@Nullable List<String> contexts)
    • getDefaultSchema

      public @Nullable String getDefaultSchema()
    • setDefaultSchema

      public void setDefaultSchema(@Nullable String defaultSchema)
    • getLiquibaseSchema

      public @Nullable String getLiquibaseSchema()
    • setLiquibaseSchema

      public void setLiquibaseSchema(@Nullable String liquibaseSchema)
    • getLiquibaseTablespace

      public @Nullable String getLiquibaseTablespace()
    • setLiquibaseTablespace

      public void setLiquibaseTablespace(@Nullable String liquibaseTablespace)
    • getDatabaseChangeLogTable

      public String getDatabaseChangeLogTable()
    • setDatabaseChangeLogTable

      public void setDatabaseChangeLogTable(String databaseChangeLogTable)
    • getDatabaseChangeLogLockTable

      public String getDatabaseChangeLogLockTable()
    • setDatabaseChangeLogLockTable

      public void setDatabaseChangeLogLockTable(String databaseChangeLogLockTable)
    • isDropFirst

      public boolean isDropFirst()
    • setDropFirst

      public void setDropFirst(boolean dropFirst)
    • isClearChecksums

      public boolean isClearChecksums()
    • setClearChecksums

      public void setClearChecksums(boolean clearChecksums)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getUser

      public @Nullable String getUser()
    • setUser

      public void setUser(@Nullable String user)
    • getPassword

      public @Nullable String getPassword()
    • setPassword

      public void setPassword(@Nullable String password)
    • getDriverClassName

      public @Nullable String getDriverClassName()
    • setDriverClassName

      public void setDriverClassName(@Nullable String driverClassName)
    • getUrl

      public @Nullable String getUrl()
    • setUrl

      public void setUrl(@Nullable String url)
    • getLabelFilter

      public @Nullable List<String> getLabelFilter()
    • setLabelFilter

      public void setLabelFilter(@Nullable List<String> labelFilter)
    • getParameters

      public @Nullable Map<String,String> getParameters()
    • setParameters

      public void setParameters(@Nullable Map<String,String> parameters)
    • getRollbackFile

      public @Nullable File getRollbackFile()
    • setRollbackFile

      public void setRollbackFile(@Nullable File rollbackFile)
    • isTestRollbackOnUpdate

      public boolean isTestRollbackOnUpdate()
    • setTestRollbackOnUpdate

      public void setTestRollbackOnUpdate(boolean testRollbackOnUpdate)
    • getTag

      public @Nullable String getTag()
    • setTag

      public void setTag(@Nullable String tag)
    • getShowSummary

      public @Nullable LiquibaseProperties.ShowSummary getShowSummary()
    • setShowSummary

      public void setShowSummary(@Nullable LiquibaseProperties.ShowSummary showSummary)
    • getShowSummaryOutput

      public @Nullable LiquibaseProperties.ShowSummaryOutput getShowSummaryOutput()
    • setShowSummaryOutput

      public void setShowSummaryOutput(@Nullable LiquibaseProperties.ShowSummaryOutput showSummaryOutput)
    • getUiService

      public @Nullable LiquibaseProperties.UiService getUiService()
    • setUiService

      public void setUiService(@Nullable LiquibaseProperties.UiService uiService)
    • getAnalyticsEnabled

      public @Nullable Boolean getAnalyticsEnabled()
    • setAnalyticsEnabled

      public void setAnalyticsEnabled(@Nullable Boolean analyticsEnabled)
    • getLicenseKey

      public @Nullable String getLicenseKey()
    • setLicenseKey

      public void setLicenseKey(@Nullable String licenseKey)