public class

PullRequestTaskSearchRequest

extends AbstractPullRequestRequest
java.lang.Object
   ↳ com.atlassian.stash.pull.AbstractPullRequestRequest
     ↳ com.atlassian.stash.pull.PullRequestTaskSearchRequest

Summary

Nested Classes
class PullRequestTaskSearchRequest.Builder  
Public Methods
@Nonnull Set<Long> getAnchorIds()
Limit the search to the specified task anchorIds
@Nullable PullRequest getPullRequest()
boolean hasPullRequest()
[Expand]
Inherited Methods
From class com.atlassian.stash.pull.AbstractPullRequestRequest
From class java.lang.Object

Public Methods

@Nonnull public Set<Long> getAnchorIds ()

Limit the search to the specified task anchorIds

Returns
  • the task anchorIds that limit the search or an empty set if the search shouldn't be limited

@Nullable public PullRequest getPullRequest ()

Returns
  • the pull request that limits the search

public boolean hasPullRequest ()

Returns