| Package | Description |
|---|---|
| com.atlassian.bitbucket.pull |
| Modifier and Type | Method and Description |
|---|---|
static PullRequestEntityType |
PullRequestEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestEntityType[] |
PullRequestEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PullRequestActivityPage<PullRequestActivity> |
PullRequestService.getActivitiesStartingAt(int repositoryId,
long pullRequestId,
PullRequestEntityType fromType,
long fromId,
PageRequest pageRequest)
Retrieves the page of activities that start with an entity (given its type and id) for the given pull request.
|
Copyright © 2023 Atlassian. All rights reserved.