Uses of Enum
liquibase.precondition.core.PreconditionContainer.ErrorOption
-
Uses of PreconditionContainer.ErrorOption in liquibase.changelog.visitor
Modifier and TypeMethodDescriptionvoid
AbstractChangeExecListener.preconditionErrored
(PreconditionErrorException error, PreconditionContainer.ErrorOption onError) void
ChangeExecListener.preconditionErrored
(PreconditionErrorException error, PreconditionContainer.ErrorOption onError) void
DefaultChangeExecListener.preconditionErrored
(PreconditionErrorException error, PreconditionContainer.ErrorOption onError) void
LoggingChangeExecListener.preconditionErrored
(PreconditionErrorException error, PreconditionContainer.ErrorOption onError) -
Uses of PreconditionContainer.ErrorOption in liquibase.precondition.core
Modifier and TypeMethodDescriptionPreconditionContainer.getOnError()
Returns the enum constant of this type with the specified name.static PreconditionContainer.ErrorOption[]
PreconditionContainer.ErrorOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
PreconditionContainer.setOnError
(PreconditionContainer.ErrorOption onError)