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 PullRequestActionModifierConstructorDescriptionprotectedPullRequestEvent(Object source, PullRequest pullRequest, PullRequestAction action) Constructs a newPullRequestEvent.protectedPullRequestParticipantStatusUpdatedEvent(Object source, PullRequest pullRequest, PullRequestAction action, PullRequestParticipant participant, PullRequestParticipantStatus previousStatus) Constructs a newPullRequestEvent.protectedPullRequestReviewEvent(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 PullRequestActionPullRequestAction.fromId(int id) PullRequestActivity.getAction()static PullRequestActionReturns 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.