Uses of Class
org.miaixz.bus.gitlab.models.RegistryRepositoryTag
Packages that use RegistryRepositoryTag
-
Uses of RegistryRepositoryTag in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return RegistryRepositoryTagModifier and TypeMethodDescriptionContainerRegistryApi.getRepositoryTag(Object projectIdOrPath, Long repositoryId, String tagName) Get details of a registry repository tag.Methods in org.miaixz.bus.gitlab that return types with arguments of type RegistryRepositoryTagModifier and TypeMethodDescriptionContainerRegistryApi.getOptionalRepositoryTag(Object projectIdOrPath, Long repositoryId, String tagName) Get details of a registry repository tag as the value of an Optional.ContainerRegistryApi.getRepositoryTags(Object projectIdOrPath, Long repositoryId) Get a list of tags for given registry repository.ContainerRegistryApi.getRepositoryTags(Object projectIdOrPath, Long repositoryId, int itemsPerPage) Get a Pager of tags for given registry repository.ContainerRegistryApi.getRepositoryTagsStream(Object projectIdOrPath, Long repositoryId) Get a Stream of tags for given registry repository.