Uses of Class
liquibase.RuntimeEnvironment
-
Packages that use RuntimeEnvironment Package Description liquibase.changelog -
-
Uses of RuntimeEnvironment in liquibase.changelog
Methods in liquibase.changelog that return RuntimeEnvironment Modifier and Type Method Description RuntimeEnvironmentDatabaseChangeLog. getRuntimeEnvironment()Methods in liquibase.changelog with parameters of type RuntimeEnvironment Modifier and Type Method Description voidChangeLogIterator. run(ChangeSetVisitor visitor, RuntimeEnvironment env)voidStatusChangeLogIterator. run(ChangeSetVisitor visitor, RuntimeEnvironment env)voidDatabaseChangeLog. setRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)protected voidChangeLogIterator. validateChangeSetExecutor(ChangeSet changeSet, RuntimeEnvironment env)Make sure that any changeset which has a runWith=setting has a valid Executor, and that the changes in the changeset are eligible for execution by this Executor
-