I am using JGit to call
cloneRepository().setURI().setDirectory().setCredentialsProvider().call();
I am currently using UsernamePasswordCredentialsProvider() to try to provide the information that stash needs but I am getting an error that says UnsupportedCredentialItem. I am wondering if anyone knows specifically what stash needs in order to perform a git clone through JGit.
Thanks for you help