Package liquibase.changelog.visitor
package liquibase.changelog.visitor
-
ClassDescriptionAn implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.Called by
ChangeLogIterator
when aChangeSetFilter
accept a changeSet.A wrapper ChangeExecListener who keeps track of deployed and failed ChangeSets, while also delegating listener actions to any other ChangeExecListener included when the object is constructed.Called byChangeLogIterator
when aChangeSetFilter
rejects a changeSet.ChangeSetVisitor that will collect the execution status of changeSets without executing them.An interface for generating validating visitors, which are used to validate changesets.