Package com.atlassian.bitbucket.pull
Class PullRequestParticipantSearchRequest
java.lang.Object
com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest
Request for searching pull request participant users.
- Since:
- 4.2
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhen set, limits the search to the users whose username, name or email address contain thefilter
value.When set, limits the search by the repository the pull requests are coming from.getRole()
When set, limits the search by the participants role.When set, limits the search by the repository the pull requests are going to.
-
Method Details
-
getFilter
When set, limits the search to the users whose username, name or email address contain thefilter
value.- Returns:
- the filter
-
getFromRepository
When set, limits the search by the repository the pull requests are coming from.- Returns:
- the from repository
-
getRole
When set, limits the search by the participants role.- Returns:
- the participant role
-
getToRepository
When set, limits the search by the repository the pull requests are going to.- Returns:
- the to repository
-