java.lang.Object | |
↳ | com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest |
A request for fetching pull request creation suggestions based on repository activity/history. The purpose and behaviour of each field is described on its accessor.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SuggestPullRequestsRequest.Builder |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DEFAULT_LIMIT |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
All pull request suggestions are based on some form of activity/change that has occurred.
| |||||||||||
Restricts the result set to return at most this many suggestions.
| |||||||||||
Suggestions will be based on push activity for the given user.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
All pull request suggestions are based on some form of activity/change that has occurred. This restricts pull request suggestions to be based on activity up to a certain time/date in the past.
Restricts the result set to return at most this many suggestions. If no limit was set by calling
limit(int)
then the default DEFAULT_LIMIT
will be used.
Suggestions will be based on push activity for the given user.