-
Methods in org.gitlab4j.api with parameters of type Constants.ProjectOrderBy
Modifier and Type |
Method |
Description |
List<Project> |
ProjectApi.getProjects(Boolean archived,
Visibility visibility,
Constants.ProjectOrderBy orderBy,
Constants.SortOrder sort,
String search,
Boolean simple,
Boolean owned,
Boolean membership,
Boolean starred,
Boolean statistics) |
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
|
Pager<Project> |
ProjectApi.getProjects(Boolean archived,
Visibility visibility,
Constants.ProjectOrderBy orderBy,
Constants.SortOrder sort,
String search,
Boolean simple,
Boolean owned,
Boolean membership,
Boolean starred,
Boolean statistics,
int itemsPerPage) |
Get a Pager of projects accessible by the authenticated user and matching the supplied filter parameters.
|
List<Project> |
ProjectApi.getProjects(Boolean archived,
Visibility visibility,
Constants.ProjectOrderBy orderBy,
Constants.SortOrder sort,
String search,
Boolean simple,
Boolean owned,
Boolean membership,
Boolean starred,
Boolean statistics,
int page,
int perPage) |
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
|
-
Methods in org.gitlab4j.api.models with parameters of type Constants.ProjectOrderBy
Modifier and Type |
Method |
Description |
GroupProjectsFilter |
GroupProjectsFilter.withOrderBy(Constants.ProjectOrderBy orderBy) |
Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields.
|
ProjectFilter |
ProjectFilter.withOrderBy(Constants.ProjectOrderBy orderBy) |
Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields.
|