Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method | Description |
---|---|---|
List<Contributor> |
RepositoryApi.getContributors(Integer projectId) |
Get a list of contributors from a project.
|
Pager<Contributor> |
RepositoryApi.getContributors(Integer projectId,
int itemsPerPage) |
Get a Pager of contributors from a project.
|
List<Contributor> |
RepositoryApi.getContributors(Integer projectId,
int page,
int perPage) |
Get a list of contributors from a project and in the specified page range.
|
Copyright © 2018. All rights reserved.