| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
static StashClient.PullRequestDirection |
StashClient.PullRequestDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StashClient.PullRequestDirection[] |
StashClient.PullRequestDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default Page<PullRequestStatus> |
StashClient.getPullRequestsByRepository(String projectKey,
String repositorySlug,
String branchName,
StashClient.PullRequestDirection direction,
StashClient.PullRequestStateFilter stateFilter,
StashClient.PullRequestsOrder order,
long start,
long limit)
Retrieve a page of pull requests to or from the specified repository.
|
Page<PullRequestStatus> |
StashClient.getPullRequestsByRepository(String projectKey,
String repositorySlug,
String branchName,
StashClient.PullRequestDirection direction,
StashClient.PullRequestStateFilter stateFilter,
StashClient.PullRequestsOrder order,
long start,
long limit,
AvatarRequest avatarRequest)
Retrieve a page of pull requests to or from the specified repository.
|
Copyright © 2020 Atlassian. All rights reserved.