Uses of Enum Class
com.atlassian.bitbucket.repository.RefChangeType
Packages that use RefChangeType
-
Uses of RefChangeType in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return RefChangeTypeModifier and TypeMethodDescriptionstatic RefChangeTypeRefChangeType.fromId(int id) MinimalRefChange.getType()RefChange.getType()SimpleMinimalRefChange.getType()SimpleRefChange.getType()static RefChangeTypeReturns the enum constant of this class with the specified name.static RefChangeType[]RefChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.repository with parameters of type RefChangeTypeModifier and TypeMethodDescriptionSimpleMinimalRefChange.AbstractMinimalRefChangeBuilder.type(RefChangeType value) SimpleRefChange.AbstractBuilder.type(RefChangeType value)