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.
|
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.
|
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 SQL that marks all unapplied changes as applied.
|
LiquibaseListLocksMojo |
Lists all Liquibase updater locks on the current database.
|
LiquibaseMigrate | Deprecated
Use the LiquibaseUpdate class or Maven goal "update" instead.
|
LiquibaseMigrateSQL | Deprecated
Use
LiquibaseUpdateSQL or Maven goal "updateSQL" instead. |
LiquibaseReleaseLocksMojo |
Removes any Liquibase updater locks from the current database.
|
LiquibaseReportStatusMojo |
Prints which changesets need to be applied to the database.
|
LiquibaseRollback |
Invokes Liquibase rollbacks the database to the specified using
pointing attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
|
LiquibaseRollbackSQL |
Generates the SQL that is required to rollback the database using one or more of the specified
attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
|
LiquibaseTag |
Writes a Liquibase tag to the database.
|
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.
|
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 © 2020 Liquibase.org. All rights reserved.