Uses of Class
org.aoju.bus.gitlab.models.ProtectedTag
Packages that use ProtectedTag
-
Uses of ProtectedTag in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return ProtectedTagModifier and TypeMethodDescriptionTagsApi.getProtectedTag(Object projectIdOrPath, String name) Gets a single protected tag or wildcard protected tagTagsApi.protectTag(Object projectIdOrPath, String name, AccessLevel createAccessLevel) Protects a single repository tag or several project repository tags using a wildcard protected tag.Methods in org.aoju.bus.gitlab that return types with arguments of type ProtectedTagModifier and TypeMethodDescriptionTagsApi.getOptionalProtectedTag(Object projectIdOrPath, String name) Get an Optional instance holding a protected tag or wildcard protected tag.TagsApi.getProtectedTags(Object projectIdOrPath) Gets a list of protected tags from a project.TagsApi.getProtectedTags(Object projectIdOrPath, int itemsPerPage) Get a Pager of protected tags for a project.TagsApi.getProtectedTags(Object projectIdOrPath, int page, int perPage) Gets a list of protected tags from a project and in the specified page range.TagsApi.getProtectedTagsStream(Object projectIdOrPath) Get a Stream of protected tags for a project.