Uses of Class
org.gitlab4j.api.models.Contributor
-
Packages that use Contributor Package Description org.gitlab4j.api -
-
Uses of Contributor in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type Contributor Modifier and Type Method 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.
-