Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestParticipantSearchRequest.Builder |
PullRequestParticipantSearchRequest.Builder.filter(String value)
Limits the search to the users whose username, name or email address contain the
value |
PullRequestParticipantSearchRequest.Builder |
PullRequestParticipantSearchRequest.Builder.fromRepository(Repository value)
Limits the search by the repository the pull requests are coming from.
|
PullRequestParticipantSearchRequest.Builder |
PullRequestParticipantSearchRequest.Builder.role(PullRequestRole value)
Limits the search by the participants role.
|
PullRequestParticipantSearchRequest.Builder |
PullRequestParticipantSearchRequest.Builder.toRepository(Repository value)
Limits the search by the repository the pull requests are going to.
|
Copyright © 2019 Atlassian. All rights reserved.