Uses of Class
org.liquibase.maven.plugins.AbstractLiquibaseMojo
Packages that use AbstractLiquibaseMojo
-
Uses of AbstractLiquibaseMojo in org.liquibase.maven.plugins
Subclasses of AbstractLiquibaseMojo in org.liquibase.maven.pluginsModifier and TypeClassDescriptionclassA Liquibase MOJO that requires the user to provide a DatabaseChangeLogFile to be able to perform any actions on the database.classLiquibase Update Maven plugin.classMarks all unapplied changes to the database as applied in the change log.classGenerates SQL that marks all unapplied changes as applied.classMarks all unapplied changes up to and include a specified tag to the database as applied in the change log.classGenerates SQL that marks all unapplied changes up to and including a specified tag as applied.classClears all checksums in the current changelog, so they will be recalculated next update.classGenerates a diff between the specified database and the reference database.classGenerates dbDocs against the database.classDrops all database objects in the configured schema(s).classGenerates the SQL that is required to rollback the database to current state after the next update.classGenerates a changelog based on the current database schema.classOutputs history of deployments against the configured database.classLists all Liquibase updater locks on the current database.classRemoves any Liquibase updater locks from the current database.classPrints which changesets need to be applied to the database.classInvokes Liquibase to rollback the database (and mark changesets as unapplied).classGenerates the SQL that is required to rollback the database using one or more of the specified attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'classThe snapshot command captures the current state of the url database, which is the target database.classWrites a Liquibase tag to the database.classChecks for existence of the specified Liquibase tag in the databaseclassPrint a list of changesets that have been executed but are not in the current changelogclassApplies the DatabaseChangeLogs to the database.classGenerates the SQL that is required to update the database to the current version as specified in the DatabaseChangeLogs.classApplies the DatabaseChangeLogs to the database, testing rollback.classValidates liquibase changelog