Uses of Enum Class
com.atlassian.bitbucket.pull.AutoMergeCancelledReason
Package
Description
-
Uses of AutoMergeCancelledReason in com.atlassian.bitbucket.event.pull
ModifierConstructorDescriptionPullRequestAutoMergeCancelledEvent
(Object source, PullRequest pullRequest, AutoMergeCancelledReason reason) -
Uses of AutoMergeCancelledReason in com.atlassian.bitbucket.pull
Modifier 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
Modifier 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
.