Uses of Class
liquibase.changelog.ChangeSetStatus
-
Packages that use ChangeSetStatus Package Description liquibase Liquibase top level namespace package.liquibase.changelog.visitor -
-
Uses of ChangeSetStatus in liquibase
Methods in liquibase that return types with arguments of type ChangeSetStatus Modifier and Type Method Description List<ChangeSetStatus>Liquibase. getChangeSetStatuses(Contexts contexts)Deprecated.use version with LabelExpressionList<ChangeSetStatus>Liquibase. getChangeSetStatuses(Contexts contexts, LabelExpression labelExpression)List<ChangeSetStatus>Liquibase. getChangeSetStatuses(Contexts contexts, LabelExpression labelExpression, boolean checkLiquibaseTables)Returns the ChangeSetStatuses of all changesets in the change log file and history in the order they would be ran. -
Uses of ChangeSetStatus in liquibase.changelog.visitor
Methods in liquibase.changelog.visitor that return ChangeSetStatus Modifier and Type Method Description protected ChangeSetStatusStatusVisitor. addStatus(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database)ChangeSetStatusStatusVisitor. getStatus(ChangeSet changeSet)Convenience method to return the ChangeSetStatus of a given changeSet.Methods in liquibase.changelog.visitor that return types with arguments of type ChangeSetStatus Modifier and Type Method Description List<ChangeSetStatus>StatusVisitor. getChangeSetsToRun()Return the changesets that will executeList<ChangeSetStatus>StatusVisitor. getChangeSetsToSkip()Return the changesets that will NOT executeList<ChangeSetStatus>StatusVisitor. getStatuses()Return the status of all changeSets, in the order they exist in the databasechangelog.
-