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 |
---|---|
void |
deleteComment(String repositorySlug,
String commitId,
String commentId) |
List<String> |
getCommentIds(String repositorySlug,
String commitId) |
List<String> |
getCommits(String repositorySlug,
int limit) |
static String |
getUsernameForAnEmailOrUsername(String email) |
public static String getUsernameForAnEmailOrUsername(@NotNull String email)
public List<String> getCommits(String repositorySlug, int limit) throws BitbucketApiException, com.opensymphony.webwork.dispatcher.json.JSONException
BitbucketApiException
com.opensymphony.webwork.dispatcher.json.JSONException
public List<String> getCommentIds(String repositorySlug, String commitId) throws BitbucketApiException, com.opensymphony.webwork.dispatcher.json.JSONException
BitbucketApiException
com.opensymphony.webwork.dispatcher.json.JSONException
public void deleteComment(String repositorySlug, String commitId, String commentId) throws IOException
IOException
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.