Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestAction
-
Uses of PullRequestAction in com.atlassian.bitbucket.event.pull
ModifierConstructorDescriptionprotected
PullRequestEvent
(Object source, PullRequest pullRequest, PullRequestAction action) Constructs a newPullRequestEvent
.protected
PullRequestParticipantStatusUpdatedEvent
(Object source, PullRequest pullRequest, PullRequestAction action, PullRequestParticipant participant, PullRequestParticipantStatus previousStatus) Constructs a newPullRequestEvent
.protected
PullRequestReviewEvent
(Object source, PullRequest pullRequest, PullRequestAction action) -
Uses of PullRequestAction in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionstatic PullRequestAction
PullRequestAction.fromId
(int id) PullRequestActivity.getAction()
static PullRequestAction
Returns the enum constant of this class with the specified name.static PullRequestAction[]
PullRequestAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.