Uses of Interface
liquibase.command.CommandStep
Packages that use CommandStep
Package
Description
-
Uses of CommandStep in liquibase.command
Classes in liquibase.command that implement CommandStepModifier and TypeClassDescriptionclassDeprecated.classConvenience base class forCommandStepimplementations.Methods in liquibase.command that return types with arguments of type CommandStepModifier and TypeMethodDescriptionCommandDefinition.getPipeline()Returns the steps in the command's pipeline -
Uses of CommandStep in liquibase.command.core
Classes in liquibase.command.core that implement CommandStepModifier and TypeClassDescriptionclassclassAbstractRollbackCommandStep provides the common operations to all the rollback* commands.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassThis command step is responsible for running the Liquibase Package Manager (LPM) command.classclassclassclassRollbackCommandStep performs the rollback-to-tag logic.classclassclassRollbackSqlCommandStep performs the rollback-to-tag-sql logic.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of CommandStep in liquibase.command.core.helpers
Classes in liquibase.command.core.helpers that implement CommandStepModifier and TypeClassDescriptionclassclassclassAbstract CommandStep providing database connectivity.classClass to hold all methods that are common to helper classesclassclassCreates a ChangeExecListener or utilizes the one provided as argumentclassThis helper class provides two objects: a valid and verified DatabaseChangeLog and the ChangeLogParameters object used to instantiate it.classThis class contains only the arguments used byDbUrlConnectionCommandStep.classInternal command step to be used on CommandStep pipeline to manage the database connection.classThis class contains only the arguments used byDiffCommandStepandDiffChangelogCommandStep.classInternal command step to be used on pipeline to instantiate a DiffOutputControl object that is mainly used by diffChangeLog/generateChangeLog .classInternal command step to be used on CommandStep pipeline to create lock services.classThis helper class can be run prior to any command (but usually the *-sql commands, like update-sql) to redirect the SQL to the console, rather than running it against an actual database.classPrepares objects used by database comparison Commands like diff, diffChangelog, etcclassThis helper class can be run prior to any command (but usually the *-sql commands, like update-sql) to redirect the SQL to the console, rather than running it against an actual database.classInternal command step to be used on pipeline to manage the database connection to the reference database.classThis class encapsulates the argument "show-summary", which applies to the update family of commands. -
Uses of CommandStep in liquibase.command.core.init
Classes in liquibase.command.core.init that implement CommandStep -
Uses of CommandStep in liquibase.extension.testing.testsystem.command
Classes in liquibase.extension.testing.testsystem.command that implement CommandStep