| Modifier and Type | Method and Description |
|---|---|
List<String> |
BitbucketApiAccessor.getBranches(String repository) |
| Modifier and Type | Method and Description |
|---|---|
List<BitbucketNodeEntity> |
BitbucketApiService.getBranches(String repositoryName,
String username,
String password)
Retrieve list of branches for given repository
|
List<BitbucketNodeEntity> |
BitbucketApiService.getBranches(String owner,
String slug,
String username,
String password)
Retrieve list of branches for given repository
|
List<BitbucketResourceEntity> |
BitbucketApiService.getPublicRepositories(String username)
Return a list of public repositories that user has access to.
|
List<BitbucketResourceEntity> |
BitbucketApiService.getRepositories(String username,
String password)
Retrieve list of all repositories accessible to Bitbucket user
|
| Modifier and Type | Method and Description |
|---|---|
List<BitbucketNodeEntity> |
BitbucketApiServiceImpl.getBranches(String repositoryName,
String username,
String password) |
List<BitbucketNodeEntity> |
BitbucketApiServiceImpl.getBranches(String owner,
String slug,
String username,
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.
|
List<BitbucketResourceEntity> |
BitbucketApiServiceImpl.getPublicRepositories(String username) |
List<BitbucketResourceEntity> |
BitbucketApiServiceImpl.getRepositories(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BitbucketResource.getErrorMessageFromBitbucketException(BitbucketApiException e) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.