|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contexts | |
|---|---|
| liquibase | |
| liquibase.changelog | |
| liquibase.changelog.filter | |
| Uses of Contexts in liquibase |
|---|
| Methods in liquibase that return Contexts | |
|---|---|
Contexts |
RuntimeEnvironment.getContexts()
|
| Methods in liquibase with parameters of type Contexts | |
|---|---|
void |
Liquibase.changeLogSync(Contexts contexts)
|
void |
Liquibase.changeLogSync(Contexts contexts,
Writer output)
|
void |
Liquibase.checkLiquibaseTables(boolean updateExistingNullChecksums,
DatabaseChangeLog databaseChangeLog,
Contexts contexts)
|
void |
Liquibase.futureRollbackSQL(Integer count,
Contexts contexts,
Writer output)
|
void |
Liquibase.generateDocumentation(String outputDirectory,
Contexts contexts)
|
List<ChangeSetStatus> |
Liquibase.getChangeSetStatuses(Contexts contexts)
Returns the ChangeSetStatuses of all changesets in the change log file and history in the order they would be ran. |
protected ChangeLogIterator |
Liquibase.getStandardChangelogIterator(Contexts contexts,
DatabaseChangeLog changeLog)
|
Collection<RanChangeSet> |
Liquibase.listUnexpectedChangeSets(Contexts contexts)
|
List<ChangeSet> |
Liquibase.listUnrunChangeSets(Contexts contexts)
|
void |
Liquibase.markNextChangeSetRan(Contexts contexts)
|
void |
Liquibase.markNextChangeSetRan(Contexts contexts,
Writer output)
|
boolean |
ContextExpression.matches(Contexts runtimeContexts)
Returns true if the passed runtime contexts match this context expression |
void |
Liquibase.reportStatus(boolean verbose,
Contexts contexts,
Writer out)
|
void |
Liquibase.reportUnexpectedChangeSets(boolean verbose,
Contexts contexts,
Writer out)
|
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts)
|
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts,
Writer output)
|
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts)
|
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts,
Writer output)
|
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts)
|
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts,
Writer output)
|
void |
Liquibase.update(Contexts contexts)
Executes Liquibase "update" logic which ensures that the configured Database is up to date according to the configured changelog file. |
void |
Liquibase.update(Contexts contexts,
Writer output)
|
void |
Liquibase.update(int changesToApply,
Contexts contexts)
|
void |
Liquibase.update(int changesToApply,
Contexts contexts,
Writer output)
|
void |
Liquibase.updateTestingRollback(Contexts contexts)
|
| Constructors in liquibase with parameters of type Contexts | |
|---|---|
RuntimeEnvironment(Database targetDatabase,
Contexts contexts)
|
|
| Uses of Contexts in liquibase.changelog |
|---|
| Methods in liquibase.changelog that return Contexts | |
|---|---|
Contexts |
ChangeLogParameters.getContexts()
|
| Methods in liquibase.changelog with parameters of type Contexts | |
|---|---|
void |
ChangeLogParameters.setContexts(Contexts contexts)
|
void |
AbstractChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts)
|
void |
ChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts)
Upgrades any existing checksums with an out of date version |
void |
StandardChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts)
|
void |
DatabaseChangeLog.validate(Database database,
Contexts contexts)
|
| Uses of Contexts in liquibase.changelog.filter |
|---|
| Constructors in liquibase.changelog.filter with parameters of type Contexts | |
|---|---|
ContextChangeSetFilter(Contexts contexts)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||