public class PullRequestCommitSearchRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PullRequestCommitSearchRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getCommitId()
Limits the search to pull requests that contain or created (in the case of a rebase/squash merge) the
specified commit ID.
|
Set<PullRequestState> |
getStates()
When set, limits the search to pull requests in any of the specified
states . |
Integer |
getToRepositoryId()
When set, limits the search to pull requests which
target the specified repository. |
@Nonnull public String getCommitId()
@Nonnull public Set<PullRequestState> getStates()
states
.Copyright © 2022 Atlassian. All rights reserved.