Package | Description |
---|---|
liquibase.changelog.visitor | |
liquibase.hub.listener | |
liquibase.precondition.core |
Modifier and Type | Method and Description |
---|---|
void |
DefaultChangeExecListener.preconditionFailed(PreconditionFailedException error,
PreconditionContainer.FailOption onFail) |
void |
AbstractChangeExecListener.preconditionFailed(PreconditionFailedException error,
PreconditionContainer.FailOption onFail) |
void |
ChangeExecListener.preconditionFailed(PreconditionFailedException error,
PreconditionContainer.FailOption onFail) |
void |
LoggingChangeExecListener.preconditionFailed(PreconditionFailedException error,
PreconditionContainer.FailOption onFail) |
Modifier and Type | Method and Description |
---|---|
void |
HubChangeExecListener.preconditionFailed(PreconditionFailedException error,
PreconditionContainer.FailOption onFail) |
Modifier and Type | Method and Description |
---|---|
PreconditionContainer.FailOption |
PreconditionContainer.getOnFail() |
static PreconditionContainer.FailOption |
PreconditionContainer.FailOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreconditionContainer.FailOption[] |
PreconditionContainer.FailOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PreconditionContainer.setOnFail(PreconditionContainer.FailOption onFail) |
Copyright © 2023 Liquibase.org. All rights reserved.