public class BitbucketApiClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BITBUCKET_API_HOST |
static String |
BITBUCKET_API_I_FORMAT |
static int |
STATUS_CODE_OK |
| Constructor and Description |
|---|
BitbucketApiClient(String accountName,
String repositorySlug) |
BitbucketApiClient(String accountName,
String repositorySlug,
String userName,
String password) |
public static final String BITBUCKET_API_HOST
public static final String BITBUCKET_API_I_FORMAT
public static final int STATUS_CODE_OK
public org.apache.http.client.methods.CloseableHttpResponse execute(String apiQuery) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2014. All rights reserved.