|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BitbucketApiException in com.atlassian.bamboo.plugins.hg.bitbucket |
|---|
| Methods in com.atlassian.bamboo.plugins.hg.bitbucket that throw BitbucketApiException | |
|---|---|
java.util.List<java.lang.String> |
BitbucketApiAccessor.getBranches(java.lang.String repository)
|
| Uses of BitbucketApiException in com.atlassian.bamboo.plugins.hg.bitbucket.api |
|---|
| Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api that throw BitbucketApiException | |
|---|---|
java.util.List<BitbucketNodeEntity> |
BitbucketApiService.getBranches(java.lang.String repositoryName,
java.lang.String username,
java.lang.String password)
Retrieve list of branches for given repository |
java.util.List<BitbucketNodeEntity> |
BitbucketApiService.getBranches(java.lang.String owner,
java.lang.String slug,
java.lang.String username,
java.lang.String password)
Retrieve list of branches for given repository |
java.util.List<BitbucketResourceEntity> |
BitbucketApiService.getPublicRepositories(java.lang.String username)
Return a list of public repositories that user has access to. |
java.util.List<BitbucketResourceEntity> |
BitbucketApiService.getRepositories(java.lang.String username,
java.lang.String password)
Retrieve list of all repositories accessible to Bitbucket user |
| Uses of BitbucketApiException in com.atlassian.bamboo.plugins.hg.bitbucket.impl |
|---|
| Methods in com.atlassian.bamboo.plugins.hg.bitbucket.impl that throw BitbucketApiException | |
|---|---|
java.util.List<BitbucketNodeEntity> |
BitbucketApiServiceImpl.getBranches(java.lang.String repositoryName,
java.lang.String username,
java.lang.String password)
|
java.util.List<BitbucketNodeEntity> |
BitbucketApiServiceImpl.getBranches(java.lang.String owner,
java.lang.String slug,
java.lang.String username,
java.lang.String password)
JAXB binding cannot be used in this method as Bitbucket returns JSON with node names containing characters which cannot be used as XML element names. |
java.util.List<BitbucketResourceEntity> |
BitbucketApiServiceImpl.getPublicRepositories(java.lang.String username)
|
java.util.List<BitbucketResourceEntity> |
BitbucketApiServiceImpl.getRepositories(java.lang.String username,
java.lang.String password)
|
| Uses of BitbucketApiException in com.atlassian.bamboo.plugins.hg.rest.resource |
|---|
| Methods in com.atlassian.bamboo.plugins.hg.rest.resource with parameters of type BitbucketApiException | |
|---|---|
protected java.lang.String |
BitbucketResource.getErrorMessageFromBitbucketException(BitbucketApiException e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||