Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
List<Issue> |
ProjectApi.getIssues(Integer projectId)
Get a list of project's issues.
|
Pager<Issue> |
ProjectApi.getIssues(Integer projectId,
int itemsPerPage)
Get a Pager of project's issues.
|
List<Issue> |
ProjectApi.getIssues(Integer projectId,
int page,
int perPage)
Get a list of project's issues using the specified page and per page settings.
|
Copyright © 2017. All rights reserved.