Uses of Class
com.atlassian.bitbucket.pull.PullRequestParticipantRequest
Packages that use PullRequestParticipantRequest
-
Uses of PullRequestParticipantRequest in com.atlassian.bitbucket.event.repository
Constructor parameters in com.atlassian.bitbucket.event.repository with type arguments of type PullRequestParticipantRequestModifierConstructorDescriptionPullRequestFilterEvent
(Object source, Repository repository, PullRequestState state, Iterable<PullRequestParticipantRequest> prParticipants, String branch, String filterText) -
Uses of PullRequestParticipantRequest in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestParticipantRequestModifier and TypeMethodDescriptionPullRequestParticipantRequest.Builder.build()
Assembles a newPullRequestParticipantRequest
from the provided values.Methods in com.atlassian.bitbucket.pull that return types with arguments of type PullRequestParticipantRequestModifier and TypeMethodDescriptionPullRequestSearchRequest.getParticipants()
When set, limits the pull requests to search for by theparticipants
associated with it.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestParticipantRequestModifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.participant
(PullRequestParticipantRequest value) Limits the pull requests to search for by the participants they have.Method parameters in com.atlassian.bitbucket.pull with type arguments of type PullRequestParticipantRequestModifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.participants
(Iterable<PullRequestParticipantRequest> values) Limits the pull requests to search for by the participants they have.