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.getCommentIds(String repositorySlug,
String commitId) |
List<String> |
BitbucketApiAccessor.getCommits(String repositorySlug,
int limit) |
Modifier and Type | Method and Description |
---|---|
BitbucketPageEntity<BitbucketNodeEntity> |
BitbucketApiService.findBranches(String owner,
String slug,
String username,
String password,
String queryString,
int start,
int limit) |
BitbucketPageEntity<BitbucketResourceEntity> |
BitbucketApiService.findPublicRepositories(String username,
String queryString,
int start,
int limit)
Return a filtered list of public repositories that user has access to.
|
BitbucketPageEntity<BitbucketResourceEntity> |
BitbucketApiService.findRepositories(String username,
String password,
String queryString,
int start,
int limit)
Return a filtered list of accessible to Bitbucket user.
|
BitbucketNodeEntity |
BitbucketApiService.getBranch(String owner,
String slug,
String branch,
String username,
String password)
Returns a branch of a repository if it exists, throws exception (404) if not.
|
List<BitbucketNodeEntity> |
BitbucketApiService.getBranches(String owner,
String slug,
String username,
String password)
Retrieve list of all branches for given repository
|
BitbucketNodeEntity |
BitbucketApiService.getDefaultBranch(String owner,
String slug,
String username,
String password)
Fetch default branch of a repository.
|
List<BitbucketResourceEntity> |
BitbucketApiService.getPublicRepositories(String username)
Return a list of all public repositories that user has access to.
|
List<BitbucketResourceEntity> |
BitbucketApiService.getPublicRepositories(String username,
String queryString)
Return a list of all public repositories that user has access to.
|
List<BitbucketResourceEntity> |
BitbucketApiService.getRepositories(String username,
String password)
Retrieve list of all repositories accessible to Bitbucket user
|
List<BitbucketResourceEntity> |
BitbucketApiService.getRepositories(String username,
String password,
String queryString)
Retrieve list of all repositories accessible to Bitbucket user
|
BitbucketResourceEntity |
BitbucketApiService.getRepository(String owner,
String slug,
String username,
String password)
Retrieve data about single Bitbucket repository.
|
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 |
---|---|
BitbucketPageEntity<BitbucketNodeEntity> |
BitbucketApiServiceImpl.findBranches(String owner,
String slug,
String username,
String password,
String queryString,
int start,
int limit) |
BitbucketPageEntity<BitbucketResourceEntity> |
BitbucketApiServiceImpl.findPublicRepositories(String username,
String queryString,
int start,
int limit) |
BitbucketPageEntity<BitbucketResourceEntity> |
BitbucketApiServiceImpl.findRepositories(String username,
String password,
String queryString,
int start,
int limit) |
BitbucketNodeEntity |
BitbucketApiServiceImpl.getBranch(String owner,
String slug,
String branch,
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.
|
BitbucketNodeEntity |
BitbucketApiServiceImpl.getDefaultBranch(String owner,
String slug,
String username,
String password) |
List<BitbucketResourceEntity> |
BitbucketApiServiceImpl.getPublicRepositories(String username) |
List<BitbucketResourceEntity> |
BitbucketApiServiceImpl.getPublicRepositories(String username,
String queryString) |
List<BitbucketResourceEntity> |
BitbucketApiServiceImpl.getRepositories(String username,
String password) |
List<BitbucketResourceEntity> |
BitbucketApiServiceImpl.getRepositories(String username,
String password,
String queryString) |
BitbucketResourceEntity |
BitbucketApiServiceImpl.getRepository(String owner,
String slug,
String username,
String password) |
void |
BitbucketApiServiceImpl.updateBuildStatus(String owner,
String slug,
String revision,
RestBuildStatus buildStatus,
String username,
String password) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.