Uses of Class
com.atlassian.bitbucket.repository.RepositoryTagsRequest
Packages that use RepositoryTagsRequest
-
Uses of RepositoryTagsRequest in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return RepositoryTagsRequestMethods in com.atlassian.bitbucket.repository with parameters of type RepositoryTagsRequestModifier and TypeMethodDescriptionRefService.getTags(RepositoryTagsRequest request, PageRequest pageRequest) Retrieves a paged list oftagsfor the specified repository, optionally filtered by the provided starting text.voidRefService.streamTags(RepositoryTagsRequest request, TagCallback callback) Streamstagsto a callback class, for the specified repository, and where the tags match the request. -
Uses of RepositoryTagsRequest in com.atlassian.bitbucket.scm
Constructors in com.atlassian.bitbucket.scm with parameters of type RepositoryTagsRequest