Uses of Class
org.gitlab4j.api.models.RegistryRepository
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of RegistryRepository in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type RegistryRepository Modifier and Type Method 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.