Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I get hash for a file object for a particular branch or a tag in a repository

Saurabh Malode July 13, 2020

I am building a Bitbucket Server plugin, wherein I need to find out hash of a latest version of a file in a particular branch or for a tag.

This can be done through a command line using below command

git hash-object <file_name>

Need help to achieve this through a REST or JAVA API provided by Bitbucket server.

I could not find any REST API which can help me achieve this.

I am now trying to execute a git command through bitbucket-git-api API's provided by Atlassian SDK to run native git command through Java .

Here I need to build a command using a GitScmCommandBuilder interface.  However, I could not achieve executing the above command against a particular branch or a tag. Need a way to provide a branch or a tag information to the command builder so that the command will be executed for that branch/tag.

Please provide any pointers to a reference  or an help to achieve this.

Thank You !

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events