Uses of Class
liquibase.changelog.ChangeSetStatus
Packages that use ChangeSetStatus
Package
Description
Liquibase top level namespace package.
-
Uses of ChangeSetStatus in liquibase
Methods in liquibase that return types with arguments of type ChangeSetStatusModifier and TypeMethodDescriptionLiquibase.getChangeSetStatuses
(Contexts contexts) Deprecated.use version with LabelExpressionLiquibase.getChangeSetStatuses
(Contexts contexts, LabelExpression labelExpression) 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 ChangeSetStatusModifier and TypeMethodDescriptionprotected ChangeSetStatus
Convenience method to return the ChangeSetStatus of a given changeSet.Methods in liquibase.changelog.visitor that return types with arguments of type ChangeSetStatusModifier and TypeMethodDescriptionStatusVisitor.getChangeSetsToRun()
Return the changesets that will executeStatusVisitor.getChangeSetsToSkip()
Return the changesets that will NOT executeStatusVisitor.getStatuses()
Return the status of all changeSets, in the order they exist in the databasechangelog. -
Uses of ChangeSetStatus in liquibase.report
Methods in liquibase.report that return types with arguments of type ChangeSetStatusModifier and TypeMethodDescriptionShowSummaryGenerator.getAllAdditionalChangeSetStatus
(ChangeLogIterator runChangeLogIterator) Get all additional change set statuses that should be reported in the show summary verbose output.StandardShowSummaryGenerator.getAllAdditionalChangeSetStatus
(ChangeLogIterator runChangeLogIterator)