Uses of Enum
liquibase.TagVersionEnum
-
Uses of TagVersionEnum in liquibase
Modifier and TypeMethodDescriptionstatic TagVersionEnum
Returns the enum constant of this type with the specified name.static TagVersionEnum[]
TagVersionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TagVersionEnum in liquibase.changelog.filter
ModifierConstructorDescriptionAfterTagChangeSetFilter
(String tag, List<RanChangeSet> ranChangeSets, TagVersionEnum tagVersion)