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 !
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.