Interface BitbucketTagClient
- All Known Implementing Classes:
BitbucketTagClientImpl
public interface BitbucketTagClient
- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionGets all tags from the given repository.
-
Method Details
-
getRemoteTags
Stream<BitbucketTag> getRemoteTags()Gets all tags from the given repository.The returned stream will make paged calls to Bitbucket to ensure that all tags are returned. Consumers are advised that this can return large amounts of data and are strongly encouraged to not collect to a list or similar before processing items, but rather process them as they come in.
Results will be ordered with the most recently-modified references returned first.
- Returns:
- Stream of bitbucket branches
- See Also:
-