Uses of Enum Class
com.atlassian.bitbucket.pull.AutoMergeCancelledReason
Packages that use AutoMergeCancelledReason
Package
Description
-
Uses of AutoMergeCancelledReason in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return AutoMergeCancelledReasonConstructors in com.atlassian.bitbucket.event.pull with parameters of type AutoMergeCancelledReasonModifierConstructorDescriptionPullRequestAutoMergeCancelledEvent
(Object source, PullRequest pullRequest, AutoMergeCancelledReason reason) -
Uses of AutoMergeCancelledReason in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return AutoMergeCancelledReasonModifier and TypeMethodDescriptionstatic AutoMergeCancelledReason
AutoMergeCancelledReason.fromId
(int id) PullRequestAutoMergeCancelledActivity.getCancelledReason()
static AutoMergeCancelledReason
Returns the enum constant of this class with the specified name.static AutoMergeCancelledReason[]
AutoMergeCancelledReason.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AutoMergeCancelledReason in com.atlassian.bitbucket.pull.automerge
Methods in com.atlassian.bitbucket.pull.automerge with parameters of type AutoMergeCancelledReasonModifier and TypeMethodDescriptionAutoMergeService.cancelAutoMerge
(int repositoryId, long pullRequestId, AutoMergeCancelledReason cancelledReason) Cancels the automatic merging of the pull request by the system with a provided reason, and logs the cancellation as apull request activity
.