Uses of Interface
liquibase.Scope.ScopedRunner
Packages that use Scope.ScopedRunner
-
Uses of Scope.ScopedRunner in liquibase
Methods in liquibase with parameters of type Scope.ScopedRunnerModifier and TypeMethodDescriptionstatic void
Scope.child
(Enum newValueKey, Object newValue, Scope.ScopedRunner runner) static void
Scope.child
(String newValueKey, Object newValue, Scope.ScopedRunner runner) Creates a new scope that is a child of this scope.static void
Scope.child
(Map<String, Object> scopeValues, Scope.ScopedRunner runner) Creates a new scope that is a child of this scope.static void
Scope.child
(LiquibaseListener listener, Map<String, Object> scopeValues, Scope.ScopedRunner runner) static void
Scope.child
(LiquibaseListener listener, Scope.ScopedRunner runner) Creates a new child scope that includes the givenLiquibaseListener
.