| Package | Description |
|---|---|
| org.gitlab4j.api |
| Modifier and Type | Method and Description |
|---|---|
RegistryRepositoryTag |
ContainerRegistryApi.getRepositoryTag(Object projectIdOrPath,
Integer repositoryId,
String tagName)
Get details of a registry repository tag.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<RegistryRepositoryTag> |
ContainerRegistryApi.getOptionalRepositoryTag(Object projectIdOrPath,
Integer repositoryId,
String tagName)
Get details of a registry repository tag as the value of an Optional.
|
List<RegistryRepositoryTag> |
ContainerRegistryApi.getRepositoryTags(Object projectIdOrPath,
Integer repositoryId)
Get a list of tags for given registry repository.
|
Pager<RegistryRepositoryTag> |
ContainerRegistryApi.getRepositoryTags(Object projectIdOrPath,
Integer repositoryId,
int itemsPerPage)
Get a Pager of tags for given registry repository.
|
Stream<RegistryRepositoryTag> |
ContainerRegistryApi.getRepositoryTagsStream(Object projectIdOrPath,
Integer repositoryId)
Get a Stream of tags for given registry repository.
|
Copyright © 2021. All rights reserved.