|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeSetStatus | |
---|---|
liquibase | |
liquibase.changelog.visitor |
Uses of ChangeSetStatus in liquibase |
---|
Methods in liquibase that return types with arguments of type ChangeSetStatus | |
---|---|
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. |
Uses of ChangeSetStatus in liquibase.changelog.visitor |
---|
Methods in liquibase.changelog.visitor that return ChangeSetStatus | |
---|---|
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. |
Methods in liquibase.changelog.visitor that return types with arguments of type ChangeSetStatus | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |