ProjectFilter |
ProjectFilter.minAccessLevel(AccessLevel minAccessLevel) |
Deprecated.
|
ProjectFilter |
ProjectFilter.withArchived(Boolean archived) |
Limit by archived status.
|
ProjectFilter |
ProjectFilter.withCustomAttributes(Boolean withCustomAttributes) |
Include custom attributes in response (admins only).
|
ProjectFilter |
ProjectFilter.withIdAfter(Long idAfter) |
Limit results to projects with IDs greater than the specified projectID.
|
ProjectFilter |
ProjectFilter.withIdBefore(Long idBefore) |
Limit results to projects with IDs less than the specified project ID.
|
ProjectFilter |
ProjectFilter.withIssuesEnabled(Boolean withIssuesEnabled) |
Limit by enabled issues feature
|
ProjectFilter |
ProjectFilter.withLastActivityAfter(Date lastActivityAfter) |
Limit results to projects with last_activity after specified time.
|
ProjectFilter |
ProjectFilter.withLastActivityBefore(Date lastActivityBefore) |
Limit results to projects with last_activity before specified time.
|
ProjectFilter |
ProjectFilter.withMembership(Boolean membership) |
Limit by projects that the current user is a member of
|
ProjectFilter |
ProjectFilter.withMergeRequestsEnabled(Boolean withMergeRequestsEnabled) |
Limit by enabled merge requests feature
|
ProjectFilter |
ProjectFilter.withMinAccessLevel(AccessLevel minAccessLevel) |
Limit by current user minimal access level.
|
ProjectFilter |
ProjectFilter.withOrderBy(Constants.ProjectOrderBy orderBy) |
Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields.
|
ProjectFilter |
ProjectFilter.withOwned(Boolean owned) |
Limit by projects explicitly owned by the current user
|
ProjectFilter |
ProjectFilter.withProgrammingLanguage(String withProgrammingLanguage) |
Limit by projects which use the given programming language.
|
ProjectFilter |
ProjectFilter.withRepositoryChecksumFailed(Boolean repositoryChecksumFailed) |
Limit projects where the repository checksum calculation has failed.
|
ProjectFilter |
ProjectFilter.withRepositoryStorage(String repositoryStorage) |
Limit results to projects stored on the specified repository_storage.
|
ProjectFilter |
ProjectFilter.withSearch(String search) |
Return list of projects matching the search criteria.
|
ProjectFilter |
ProjectFilter.withSearchNamespaces(Boolean searchNamespaces) |
Include ancestor namespaces when matching search criteria.
|
ProjectFilter |
ProjectFilter.withSimple(Boolean simple) |
Return only limited fields for each project.
|
ProjectFilter |
ProjectFilter.withSortOder(Constants.SortOrder sort) |
Return projects sorted in asc or desc order.
|
ProjectFilter |
ProjectFilter.withStarred(Boolean starred) |
Limit by projects starred by the current user.
|
ProjectFilter |
ProjectFilter.withStatistics(Boolean statistics) |
Include project statistics.
|
ProjectFilter |
ProjectFilter.withVisibility(Visibility visibility) |
Limit by visibility public, internal, or private.
|
ProjectFilter |
ProjectFilter.withWikiChecksumFailed(Boolean wikiChecksumFailed) |
Limit projects where the wiki checksum calculation has failed.
|
getComponentAt