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