Uses of Enum
liquibase.changelog.ChangeSet.ValidationFailOption
Packages that use ChangeSet.ValidationFailOption
-
Uses of ChangeSet.ValidationFailOption in liquibase.changelog
Methods in liquibase.changelog that return ChangeSet.ValidationFailOptionModifier and TypeMethodDescriptionChangeSet.getOnValidationFail()
Returns the enum constant of this type with the specified name.static ChangeSet.ValidationFailOption[]
ChangeSet.ValidationFailOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in liquibase.changelog with parameters of type ChangeSet.ValidationFailOptionModifier and TypeMethodDescriptionvoid
ChangeSet.setOnValidationFail
(ChangeSet.ValidationFailOption onValidationFail)