Package | Description |
---|---|
liquibase |
Liquibase top level namespace package.
|
liquibase.changelog.visitor |
Modifier and Type | Method and Description |
---|---|
List<ChangeSetStatus> |
Liquibase.getChangeSetStatuses(Contexts contexts)
Deprecated.
use version with LabelExpression
|
List<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.
|
Modifier and Type | Method and Description |
---|---|
protected ChangeSetStatus |
StatusVisitor.addStatus(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database) |
ChangeSetStatus |
StatusVisitor.getStatus(ChangeSet changeSet)
Convenience method to return the ChangeSetStatus of a given changeSet.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeSetStatus> |
StatusVisitor.getChangeSetsToRun()
Return the change sets that will execute
|
List<ChangeSetStatus> |
StatusVisitor.getChangeSetsToSkip()
Return the change sets that will NOT execute
|
List<ChangeSetStatus> |
StatusVisitor.getStatuses()
Return the status of all changeSets, in the order they exist in the databasechangelog.
|
Copyright © 2019 Liquibase.org. All rights reserved.