Package | Description |
---|---|
com.atlassian.bamboo.plugins.bitbucket | |
com.atlassian.bamboo.plugins.bitbucket.api | |
com.atlassian.bamboo.plugins.bitbucket.impl |
Modifier and Type | Method and Description |
---|---|
List<String> |
BitbucketApiAccessor.getBranches(String repository) |
Modifier and Type | Method and Description |
---|---|
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
|
void |
BitbucketApiService.updateBuildStatus(String owner,
String slug,
String revision,
RestBuildStatus buildStatus,
String username,
String password)
Send build status update to Bitbucket server
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
BitbucketApiServiceImpl.updateBuildStatus(String owner,
String slug,
String revision,
RestBuildStatus buildStatus,
String username,
String password) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.