Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
List<RegistryRepository> |
ContainerRegistryApi.getRepositories(Object projectIdOrPath)
Get a list of registry repositories in a project.
|
Pager<RegistryRepository> |
ContainerRegistryApi.getRepositories(Object projectIdOrPath,
int itemsPerPage)
Get a Pager of registry repositories in a project.
|
List<RegistryRepository> |
ContainerRegistryApi.getRepositories(Object projectIdOrPath,
int page,
int perPage)
Get a list of registry repositories in a project that fall within the specified page parameters.
|
Stream<RegistryRepository> |
ContainerRegistryApi.getRepositoriesStream(Object projectIdOrPath)
Get a Stream of registry repositories in a project.
|
Copyright © 2020. All rights reserved.