Interface DashboardService
public interface DashboardService
Provides services for the Personal Dashboards.
- Since:
- 4.10
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a single page of suggestions for pull requests that a user may wish to raise.
-
Method Details
-
suggestPullRequests
Retrieves a single page of suggestions for pull requests that a user may wish to raise. Such suggestions are based on criteria specified in therequest object
and for example may be restricted to be based on pushes by a specific user.Such suggestions are based on ref changes occurring and so contain the ref change that prompted the suggestion plus the time the change event occurred. Changes will be returned in descending order based on the time the change that prompted the suggestion occurred.
- Parameters:
request
- the request- Returns:
- page of pull request suggestions
- Throws:
ArgumentValidationException
- if "limit" contained within therequest
is less than one or exceeds the maximum the service permits
-