Skip to content

Instantly share code, notes, and snippets.

@archenroot
archenroot / Cloner.java
Last active March 5, 2021 00:42
Clone Stash/BitBucket - all repositories from all projects which user has access to
package org.prokyon.management.bitbucket_cloner;
import com.google.common.base.CaseFormat;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.JsonNode;
import com.mashape.unirest.http.Unirest;
import com.mashape.unirest.http.exceptions.UnirestException;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.eclipse.jgit.api.Git;