Uses of Enum
liquibase.TagVersionEnum
Packages that use TagVersionEnum
-
Uses of TagVersionEnum in liquibase
Methods in liquibase that return TagVersionEnumModifier and TypeMethodDescriptionstatic TagVersionEnumReturns 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
Constructors in liquibase.changelog.filter with parameters of type TagVersionEnumModifierConstructorDescriptionAfterTagChangeSetFilter(String tag, List<RanChangeSet> ranChangeSets, TagVersionEnum tagVersion)