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