public interface SkippedChangeSetVisitor
ChangeLogIterator
when a ChangeSetFilter
rejects a changeSet.
To use, ChangeSetVisitor
implementations should implement this interface as well.Modifier and Type | Method and Description |
---|---|
void |
skipped(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database,
Set<ChangeSetFilterResult> filterResults) |
void skipped(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) throws LiquibaseException
LiquibaseException
Copyright © 2023 Liquibase.org. All rights reserved.