Package | Description |
---|---|
com.atlassian.bitbucket.event.pull | |
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestAction |
PullRequestEvent.getAction() |
Constructor and Description |
---|
PullRequestEvent(Object source,
PullRequest pullRequest,
PullRequestAction action)
Constructs a new
PullRequestEvent . |
PullRequestParticipantStatusUpdatedEvent(Object source,
PullRequest pullRequest,
PullRequestAction action,
PullRequestParticipant participant,
PullRequestParticipantStatus previousStatus)
Constructs a new
PullRequestEvent . |
Modifier and Type | Method and Description |
---|---|
static PullRequestAction |
PullRequestAction.fromId(int id) |
PullRequestAction |
PullRequestActivity.getAction() |
static PullRequestAction |
PullRequestAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestAction[] |
PullRequestAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Atlassian. All rights reserved.