| Class | Description |
|---|---|
| AbstractLiquibaseChangeLogMojo |
A Liquibase MOJO that requires the user to provide a DatabaseChangeLogFile to be able
to perform any actions on the database.
|
| AbstractLiquibaseChecksMojo |
A base class for providing Liquibase Quality Checks functionality.
|
| AbstractLiquibaseFlowMojo | |
| AbstractLiquibaseMojo |
A base class for providing Liquibase
Liquibase functionality. |
| AbstractLiquibaseUpdateMojo |
Liquibase Update Maven plugin.
|
| 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.
|
| LiquibaseChecksRunMojo |
Check the changelog for issues
|
| LiquibaseChecksShowMojo |
List available checks, their configuration options, and current settings
|
| 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).
|
| LiquibaseFlowMojo |
Run a series of commands contained in one or more stages, as configured in a liquibase flow-file.
|
| LiquibaseFlowValidateMojo |
Validate a series of commands contained in one or more stages, as configured in a liquibase flow-file.
|
| 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.
|
| LiquibaseTagExistsMojo |
Checks for existence of the specified Liquibase tag in 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.
|
| LiquibaseValidate |
Validates liquibase changelog
|
| 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 © 2023 Liquibase.org. All rights reserved.