Uses of Class
org.gitlab4j.api.models.Contributor
Packages that use Contributor
-
Uses of Contributor in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type ContributorModifier and TypeMethodDescriptionRepositoryApi.getContributors
(Object projectIdOrPath) Get a list of contributors from a project.RepositoryApi.getContributors
(Object projectIdOrPath, int itemsPerPage) Get a Pager of contributors from a project.RepositoryApi.getContributors
(Object projectIdOrPath, int page, int perPage) Get a list of contributors from a project and in the specified page range.RepositoryApi.getContributors
(Object projectIdOrPath, int page, int perPage, Constants.ContributorOrderBy orderBy, Constants.SortOrder sortOrder) Get a list of contributors from a project and in the specified page range, sorted by specified param.RepositoryApi.getContributorsStream
(Object projectIdOrPath) Get a list of contributors from a project.