Uses of Interface
liquibase.Scope.ScopedRunner
-
Packages that use Scope.ScopedRunner Package Description liquibase Liquibase top level namespace package. -
-
Uses of Scope.ScopedRunner in liquibase
Methods in liquibase with parameters of type Scope.ScopedRunner Modifier and Type Method Description static voidScope. child(Enum newValueKey, Object newValue, Scope.ScopedRunner runner)static voidScope. child(String newValueKey, Object newValue, Scope.ScopedRunner runner)Creates a new scope that is a child of this scope.static voidScope. child(Map<String,Object> scopeValues, Scope.ScopedRunner runner)Creates a new scope that is a child of this scope.static voidScope. child(LiquibaseListener listener, Map<String,Object> scopeValues, Scope.ScopedRunner runner)static voidScope. child(LiquibaseListener listener, Scope.ScopedRunner runner)Creates a new child scope that includes the givenLiquibaseListener.
-