public class BitbucketApiAccessor extends Object
Constructor and Description |
---|
BitbucketApiAccessor(String username,
String password,
com.atlassian.sal.api.message.I18nResolver i18nResolver) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getBranches(String repository) |
List<String> |
getPrivateRepositories() |
List<String> |
getPublicRepositories() |
static String |
getUsernameForAnEmail(String email) |
@NotNull public List<String> getPublicRepositories() throws Exception
Exception
@NotNull public List<String> getPrivateRepositories() throws Exception
Exception
public List<String> getBranches(@NotNull String repository) throws BitbucketApiException, com.opensymphony.webwork.dispatcher.json.JSONException
BitbucketApiException
com.opensymphony.webwork.dispatcher.json.JSONException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.