Package com.atlassian.bitbucket.pull
Class PullRequestActivitySearchRequest
java.lang.Object
com.atlassian.bitbucket.pull.AbstractPullRequestRequest
com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest
Request for searching for pull requests' activities.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.pull.AbstractPullRequestRequest
AbstractPullRequestRequest.AbstractBuilder<T extends AbstractPullRequestRequest.AbstractBuilder<T>>
-
Method Summary
Modifier and TypeMethodDescriptionLimits the comment activities to the ones performing the specified comment actions.Limits the comment activities to the ones affecting the specified comments.getTypes()
Specifies the type(s) of activities to search for.Methods inherited from class com.atlassian.bitbucket.pull.AbstractPullRequestRequest
getPullRequestId, getRepositoryId
-
Method Details
-
getCommentActions
Limits the comment activities to the ones performing the specified comment actions.Note: this is only valid if the searched
types
includecomment
activities.- Returns:
- comment actions the comment activities must perform (can be empty)
-
getCommentIds
Limits the comment activities to the ones affecting the specified comments.Note: this is only valid if the searched
types
includecomment
activities.- Returns:
- the IDs of the comments the comment activities affect (can be empty)
-
getPropertyMode
- Returns:
- mode of property enriching pull requests and pull request activity.
By default set to
PullRequestActivityPropertyMode.ACTIVITY_ONLY
. - Since:
- 7.14
-
getTypes
Specifies the type(s) of activities to search for.- Returns:
- the types of activities to retrieve (can be empty)
- See Also:
-