Uses of Class
com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
Packages that use PullRequestParticipantSearchRequest.Builder
-
Uses of PullRequestParticipantSearchRequest.Builder in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestParticipantSearchRequest.BuilderModifier and TypeMethodDescriptionLimits the search to the users whose username, name or email address contain thevaluePullRequestParticipantSearchRequest.Builder.fromRepository(Repository value) Limits the search by the repository the pull requests are coming from.PullRequestParticipantSearchRequest.Builder.role(PullRequestRole value) Limits the search by the participants role.PullRequestParticipantSearchRequest.Builder.toRepository(Repository value) Limits the search by the repository the pull requests are going to.