Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static Constants.ContributorOrderBy |
Constants.ContributorOrderBy.forValue(String value) |
static Constants.ContributorOrderBy |
Constants.ContributorOrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ContributorOrderBy[] |
Constants.ContributorOrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Contributor> |
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.
|
Copyright © 2022. All rights reserved.