Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestAction
Packages that use PullRequestAction
-
Uses of PullRequestAction in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return PullRequestActionConstructors in com.atlassian.bitbucket.event.pull with parameters of type PullRequestActionModifierConstructorDescriptionprotected
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
Methods in com.atlassian.bitbucket.pull that return PullRequestActionModifier 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.