Uses of Class
liquibase.changelog.ChangeSetStatus
Package
Description
Liquibase top level namespace package.
-
Uses of ChangeSetStatus in liquibase
Modifier 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
Modifier and TypeMethodDescriptionprotected ChangeSetStatus
Convenience method to return the ChangeSetStatus of a given changeSet.Modifier 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
Modifier 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)