Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestDirection |
PullRequestDirection.opposite() |
static PullRequestDirection |
PullRequestDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestDirection[] |
PullRequestDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PullRequestSearchRequest.Builder |
PullRequestSearchRequest.Builder.repositoryAndBranch(PullRequestDirection direction,
Integer repositoryId,
String branch)
Sets the repository and branches fields based on direction, added here as the use case is so common.
|
Copyright © 2022 Atlassian. All rights reserved.