Uses of Interface
com.atlassian.bitbucket.repository.TagCallback
Packages that use TagCallback
-
Uses of TagCallback in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository with parameters of type TagCallbackModifier and TypeMethodDescriptionvoidRefService.streamTags(RepositoryTagsRequest request, TagCallback callback) Streamstagsto a callback class, for the specified repository, and where the tags match the request. -
Uses of TagCallback in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm with parameters of type TagCallbackModifier and TypeMethodDescriptionScmCommandFactory.tags(TagsCommandParameters parameters, TagCallback callback) Streamstagsordered either alphabetically or by modification and optionally filtered.