| Package | Description |
|---|---|
| org.liquibase.maven.plugins |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLiquibaseChangeLogMojo
A Liquibase MOJO that requires the user to provide a DatabaseChangeLogFile to be able
to perform any actions on the database.
|
class |
AbstractLiquibaseUpdateMojo
Liquibase Update Maven plugin.
|
class |
LiquibaseChangeLogSyncMojo
Marks all unapplied changes to the database as applied in the change log.
|
class |
LiquibaseChangeLogSyncSQLMojo
Generates SQL that marks all unapplied changes as applied.
|
class |
LiquibaseChangeLogSyncToTagMojo
Marks all unapplied changes up to and include a specified tag to the database as applied in the change log.
|
class |
LiquibaseChangeLogSyncToTagSQLMojo
Generates SQL that marks all unapplied changes up to and including a specified tag
as applied.
|
class |
LiquibaseClearChecksumsMojo
Clears all checksums in the current changelog, so they will be recalculated next update.
|
class |
LiquibaseDatabaseDiff
Generates a diff between the specified database and the reference database.
|
class |
LiquibaseDBDocMojo
Generates dbDocs against the database.
|
class |
LiquibaseDeactivateChangeLogMojo
Deactivates a change log from Hub.
|
class |
LiquibaseDropAll
Drops all database objects in the configured schema(s).
|
class |
LiquibaseFutureRollbackSQL
Generates the SQL that is required to rollback the database to current state after the next update.
|
class |
LiquibaseGenerateChangeLogMojo
Generates a changelog based on the current database schema.
|
class |
LiquibaseHistoryMojo
Outputs history of deployments against the configured database.
|
class |
LiquibaseListLocksMojo
Lists all Liquibase updater locks on the current database.
|
class |
LiquibaseRegisterChangeLogMojo
Registers a change log with Hub.
|
class |
LiquibaseReleaseLocksMojo
Removes any Liquibase updater locks from the current database.
|
class |
LiquibaseReportStatusMojo
Prints which changesets need to be applied to the database.
|
class |
LiquibaseRollback
Invokes Liquibase to rollback the database (and mark changesets as unapplied).
|
class |
LiquibaseRollbackOneChangeSetMojo
Reverts (rolls back) one non-sequential changeSet made during a previous change to your database.
|
class |
LiquibaseRollbackOneChangeSetSQL
Displays the SQL which will be executed when the corresponding rollbackOneChangeSet command is
executed.
|
class |
LiquibaseRollbackOneUpdateMojo
Rolls back all changesets from any specific update, if all changesets can be rolled back.
|
class |
LiquibaseRollbackOneUpdateSQL
Displays the SQL which will be executed when the corresponding rollbackOneUpdate
command is executed.
|
class |
LiquibaseRollbackSQL
Generates the SQL that is required to rollback the database using one or more of the specified
attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
|
class |
LiquibaseSyncHubMojo
Syncs all changes in change log with Hub.
|
class |
LiquibaseTag
Writes a Liquibase tag to the database.
|
class |
LiquibaseUnexpectedChangeSetsMojo
Print a list of changesets that have been executed but are not in the current changelog
|
class |
LiquibaseUpdate
Applies the DatabaseChangeLogs to the database.
|
class |
LiquibaseUpdateSQL
Generates the SQL that is required to update the database to the current
version as specified in the DatabaseChangeLogs.
|
class |
LiquibaseUpdateTestingRollback
Applies the DatabaseChangeLogs to the database, testing rollback.
|
Copyright © 2021 Liquibase.org. All rights reserved.