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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,462
Community Members
 
Community Events
184
Community Groups

how to import or clone repositories with java

Hello everyone,
I'm asking a question because I need help
For my java project, I need to import a bitbucket project. I'm doing it now with:

Process proc=null;
Runtime r= Runtime.getRuntime();
 proc=r.exec("git clone https://MYACCOUNT:PWD@bitbucket.org/XXXX/XXX.git  XXX");

And it works!
but i would like to make sure the java client can import without having git already installed.
I searched on: https://developer.atlassian.com/bitbucket/api/2/reference/
and even on the net but I do not find how I could implement between bitbucket server and java client.

PLEASE can someone explain me how to communicate between my java program andbitbucket
thank you in advance

2 answers

thank you very much

i will look at this

0 votes
Steve Thornhill
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 21, 2018

The Bitbucket server is storing the git repositories you are access, so you would need a git client to be able to clone.

However, if you are just trying to clone direct from java, you could look at this class - http://www.codeaffine.com/2015/11/30/jgit-clone-repository/

I've not tried using this, but it seems to match what you are attempting.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events