Uses of Class
org.gitlab4j.api.models.RegistryRepositoryTag
| Package | Description |
|---|---|
| org.gitlab4j.api |
-
Uses of RegistryRepositoryTag in org.gitlab4j.api
Methods in org.gitlab4j.api that return RegistryRepositoryTag Modifier and Type Method Description RegistryRepositoryTagContainerRegistryApi. getRepositoryTag(Object projectIdOrPath, Long repositoryId, String tagName)Get details of a registry repository tag.Methods in org.gitlab4j.api that return types with arguments of type RegistryRepositoryTag Modifier and Type Method Description Optional<RegistryRepositoryTag>ContainerRegistryApi. getOptionalRepositoryTag(Object projectIdOrPath, Long repositoryId, String tagName)Get details of a registry repository tag as the value of an Optional.List<RegistryRepositoryTag>ContainerRegistryApi. getRepositoryTags(Object projectIdOrPath, Long repositoryId)Get a list of tags for given registry repository.Pager<RegistryRepositoryTag>ContainerRegistryApi. getRepositoryTags(Object projectIdOrPath, Long repositoryId, int itemsPerPage)Get a Pager of tags for given registry repository.Stream<RegistryRepositoryTag>ContainerRegistryApi. getRepositoryTagsStream(Object projectIdOrPath, Long repositoryId)Get a Stream of tags for given registry repository.