The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Saurabh Malode
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events