Interface Tag
- All Superinterfaces:
MinimalRef
,Ref
A
Ref
denoting a tag in the repository.-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.repository.MinimalRef
getDisplayId, getId, getType
Methods inherited from interface com.atlassian.bitbucket.repository.Ref
getLatestCommit
-
Method Details
-
getHash
The hash for the tag itself. WhereRef.getLatestCommit()
returns the hash of the tagged element, this property provides the hash for the tag.- Returns:
- the tag's hash
-