Class GlobalConfiguration

    • Field Detail

      • SHOULD_RUN

        public static final String SHOULD_RUN
        Deprecated.
      • DATABASECHANGELOG_TABLE_NAME

        public static final String DATABASECHANGELOG_TABLE_NAME
        Deprecated.
      • DATABASECHANGELOGLOCK_TABLE_NAME

        public static final String DATABASECHANGELOGLOCK_TABLE_NAME
        Deprecated.
      • LIQUIBASE_TABLESPACE_NAME

        public static final String LIQUIBASE_TABLESPACE_NAME
        Deprecated.
      • LIQUIBASE_CATALOG_NAME

        public static final String LIQUIBASE_CATALOG_NAME
        Deprecated.
      • LIQUIBASE_SCHEMA_NAME

        public static final String LIQUIBASE_SCHEMA_NAME
        Deprecated.
      • OUTPUT_LINE_SEPARATOR

        public static final String OUTPUT_LINE_SEPARATOR
        Deprecated.
      • OUTPUT_ENCODING

        public static final String OUTPUT_ENCODING
        Deprecated.
      • CHANGELOGLOCK_WAIT_TIME

        public static final String CHANGELOGLOCK_WAIT_TIME
        Deprecated.
      • CHANGELOGLOCK_POLL_RATE

        public static final String CHANGELOGLOCK_POLL_RATE
        Deprecated.
      • CONVERT_DATA_TYPES

        public static final String CONVERT_DATA_TYPES
        Deprecated.
      • GENERATE_CHANGESET_CREATED_VALUES

        public static final String GENERATE_CHANGESET_CREATED_VALUES
        Deprecated.
      • AUTO_REORG

        public static final String AUTO_REORG
        Deprecated.
      • DIFF_COLUMN_ORDER

        public static final String DIFF_COLUMN_ORDER
        Deprecated.
      • ALWAYS_OVERRIDE_STORED_LOGIC_SCHEMA

        public static final String ALWAYS_OVERRIDE_STORED_LOGIC_SCHEMA
        Deprecated.
      • GENERATED_CHANGESET_IDS_INCLUDE_DESCRIPTION

        public static final String GENERATED_CHANGESET_IDS_INCLUDE_DESCRIPTION
        Deprecated.
      • INCLUDE_CATALOG_IN_SPECIFICATION

        public static final String INCLUDE_CATALOG_IN_SPECIFICATION
        Deprecated.
      • SHOULD_SNAPSHOT_DATA

        public static final String SHOULD_SNAPSHOT_DATA
        Deprecated.
      • FILTER_LOG_MESSAGES

        public static final String FILTER_LOG_MESSAGES
        Deprecated.
      • HEADLESS

        public static final String HEADLESS
        Deprecated.
    • Constructor Detail

      • GlobalConfiguration

        public GlobalConfiguration()
        Deprecated.
    • Method Detail

      • getShouldRun

        public boolean getShouldRun()
        Deprecated.
        Should Liquibase execute
      • getDatabaseChangeLogTableName

        public String getDatabaseChangeLogTableName()
        Deprecated.
        Table name to use for DATABASECHANGELOG
      • getDatabaseChangeLogLockTableName

        public String getDatabaseChangeLogLockTableName()
        Deprecated.
        Table name to use for DATABASECHANGELOGLOCK
      • setDatabaseChangeLogLockTableName

        public GlobalConfiguration setDatabaseChangeLogLockTableName​(String name)
        Deprecated.
      • getDatabaseChangeLogLockWaitTime

        public Long getDatabaseChangeLogLockWaitTime()
        Deprecated.
        Wait time (in minutes) to wait to receive the changelog lock before giving up.
      • setDatabaseChangeLogLockWaitTime

        public GlobalConfiguration setDatabaseChangeLogLockWaitTime​(Long minutes)
        Deprecated.
      • getDatabaseChangeLogLockPollRate

        public Long getDatabaseChangeLogLockPollRate()
        Deprecated.
        Wait time (in seconds) between polling requests to the changelog lock system.
      • setDatabaseChangeLogLockPollRate

        public GlobalConfiguration setDatabaseChangeLogLockPollRate​(Long seconds)
        Deprecated.
      • getLiquibaseTablespaceName

        public String getLiquibaseTablespaceName()
        Deprecated.
        Name of the tablespace to use for liquibase database objects
      • getShouldSnapshotData

        public boolean getShouldSnapshotData()
        Deprecated.
        Should Liquibase snapshot data for table by default
      • setShouldSnapshotData

        public GlobalConfiguration setShouldSnapshotData​(boolean shouldSnapshotData)
        Deprecated.
      • getShouldFilterLogMessages

        public boolean getShouldFilterLogMessages()
        Deprecated.
        always returns "false"
      • setShouldFilterLogMessages

        public GlobalConfiguration setShouldFilterLogMessages​(boolean ignored)
        Deprecated.
        ignores value
      • getHeadless

        public boolean getHeadless()
        Deprecated.
      • getLiquibaseCatalogName

        public String getLiquibaseCatalogName()
        Deprecated.
        Name of the catalog to use for liquibase database objects
      • getLiquibaseSchemaName

        public String getLiquibaseSchemaName()
        Deprecated.
        Name of the schema to use for liquibase database objects
      • getOutputLineSeparator

        public String getOutputLineSeparator()
        Deprecated.
        Line separator to use in output
      • getOutputEncoding

        public String getOutputEncoding()
        Deprecated.
        String encoding to use in output.
      • getDiffColumnOrder

        public Boolean getDiffColumnOrder()
        Deprecated.
      • setDiffColumnOrder

        public GlobalConfiguration setDiffColumnOrder​(boolean diff)
        Deprecated.
      • getAlwaysOverrideStoredLogicSchema

        public Boolean getAlwaysOverrideStoredLogicSchema()
        Deprecated.
      • setAlwaysOverrideStoredLogicSchema

        public GlobalConfiguration setAlwaysOverrideStoredLogicSchema​(boolean override)
        Deprecated.
      • getGeneratedChangeSetIdsContainDescription

        public Boolean getGeneratedChangeSetIdsContainDescription()
        Deprecated.
      • setGeneratedChangeSetIdsContainDescription

        public GlobalConfiguration setGeneratedChangeSetIdsContainDescription​(boolean containDescription)
        Deprecated.