Uses of Interface
liquibase.Scope.ScopedRunner
-
Uses of Scope.ScopedRunner in liquibase
Modifier 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
.