Package | Description |
---|---|
com.atlassian.bitbucket.event.repository | |
com.atlassian.bitbucket.pull |
Constructor and Description |
---|
PullRequestFilterEvent(Object source,
Repository repository,
PullRequestState state,
Iterable<PullRequestParticipantRequest> prParticipants,
String branch,
String filterText) |
Modifier and Type | Method and Description |
---|---|
PullRequestParticipantRequest |
PullRequestParticipantRequest.Builder.build()
Assembles a new
PullRequestParticipantRequest from the provided values. |
Modifier and Type | Method and Description |
---|---|
Collection<PullRequestParticipantRequest> |
PullRequestSearchRequest.getParticipants()
When set, limits the pull requests to search for by the
participants
associated with it. |
Modifier and Type | Method and Description |
---|---|
PullRequestSearchRequest.Builder |
PullRequestSearchRequest.Builder.participant(PullRequestParticipantRequest value)
Limits the pull requests to search for by the participants they have.
|
Modifier and Type | Method and Description |
---|---|
PullRequestSearchRequest.Builder |
PullRequestSearchRequest.Builder.participants(Iterable<PullRequestParticipantRequest> values)
Limits the pull requests to search for by the participants they have.
|
Copyright © 2024 Atlassian. All rights reserved.