Uses of Class
com.atlassian.bamboo.plugins.bitbucket.api.BitbucketApiException
Packages that use BitbucketApiException
Package
Description
-
Uses of BitbucketApiException in com.atlassian.bamboo.plugins.bitbucket.api
Methods in com.atlassian.bamboo.plugins.bitbucket.api that throw BitbucketApiExceptionModifier and TypeMethodDescription@NotNull BitbucketPageEntity<BitbucketNodeEntity> BitbucketApiService.findBranches(@NotNull String owner, @NotNull String slug, @NotNull String username, @Nullable String password, @Nullable String queryString, int start, int limit) @NotNull BitbucketPageEntity<BitbucketResourceEntity> BitbucketApiService.findPublicRepositories(@NotNull String username, @Nullable String queryString, int start, int limit) Return a filtered list of public repositories that user has access to.@NotNull BitbucketNodeEntityBitbucketApiService.getBranch(@NotNull String owner, @NotNull String slug, @NotNull String branch, @Nullable String username, @Nullable String password) Returns a branch of a repository if it exists, throws exception (404) if not.@NotNull List<BitbucketNodeEntity> BitbucketApiService.getBranches(@NotNull String owner, @NotNull String slug, @NotNull String username, @Nullable String password) Retrieve list of all branches for given repositoryBitbucketApiService.getCommentIds(String username, String password, String repositorySlug, String commitId) Fetch comment ids by commit id.BitbucketApiService.getCommits(String username, String password, String repositorySlug, int limit) Fetch repository commits.@NotNull BitbucketNodeEntityBitbucketApiService.getDefaultBranch(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password) Fetch default branch of a repository.@NotNull List<BitbucketResourceEntity> BitbucketApiService.getPublicRepositories(@NotNull String username) Return a list of all public repositories that user has access to.@NotNull List<BitbucketResourceEntity> BitbucketApiService.getPublicRepositories(@NotNull String username, @Nullable String queryString) Return a list of all public repositories that user has access to.@NotNull BitbucketPageEntity<BitbucketResourceEntity> BitbucketApiService.getRepositories(@NotNull String username, @NotNull String password, @NotNull String workspace, @Nullable String queryString, int start, int limit) Return a list of all repositories in a workspace that user has access to.@NotNull BitbucketResourceEntityBitbucketApiService.getRepository(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password) Retrieve data about single Bitbucket repository.@NotNull BitbucketPageEntity<BitbucketWorkspaceEntity> BitbucketApiService.getWorkspaces(@NotNull String username, @NotNull String password, int start, int limit) Retrieve a paginated list of workspaces accessible to Bitbucket user.voidBitbucketApiService.updateBuildStatus(@NotNull String owner, @NotNull String slug, @NotNull String revision, @NotNull RestBuildStatus buildStatus, @NotNull String username, @NotNull String password) Send build status update to Bitbucket server -
Uses of BitbucketApiException in com.atlassian.bamboo.plugins.bitbucket.impl
Methods in com.atlassian.bamboo.plugins.bitbucket.impl that throw BitbucketApiExceptionModifier and TypeMethodDescription@NotNull BitbucketPageEntity<BitbucketNodeEntity> BitbucketApiServiceImpl.findBranches(@NotNull String owner, @NotNull String slug, @NotNull String username, @Nullable String password, @Nullable String queryString, int start, int limit) @NotNull BitbucketPageEntity<BitbucketResourceEntity> BitbucketApiServiceImpl.findPublicRepositories(@NotNull String username, @Nullable String queryString, int start, int limit) @NotNull BitbucketNodeEntityBitbucketApiServiceImpl.getBranch(@NotNull String owner, @NotNull String slug, @NotNull String branch, String username, String password) @NotNull List<BitbucketNodeEntity> BitbucketApiServiceImpl.getBranches(@NotNull String owner, @NotNull String slug, @NotNull String username, @Nullable 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.BitbucketApiServiceImpl.getCommentIds(String username, String password, String repositorySlug, String commitId) BitbucketApiServiceImpl.getCommits(String username, String password, String repositorySlug, int limit) @NotNull BitbucketNodeEntityBitbucketApiServiceImpl.getDefaultBranch(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password) @NotNull List<BitbucketResourceEntity> BitbucketApiServiceImpl.getPublicRepositories(@NotNull String username) @NotNull List<BitbucketResourceEntity> BitbucketApiServiceImpl.getPublicRepositories(@NotNull String username, @Nullable String queryString) @NotNull BitbucketPageEntity<BitbucketResourceEntity> BitbucketApiServiceImpl.getRepositories(@NotNull String username, @NotNull String password, @NotNull String workspace, @Nullable String queryString, int start, int limit) @NotNull BitbucketResourceEntityBitbucketApiServiceImpl.getRepository(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password) @NotNull BitbucketPageEntity<BitbucketWorkspaceEntity> BitbucketApiServiceImpl.getWorkspaces(@NotNull String username, @NotNull String password, int start, int limit) voidBitbucketApiServiceImpl.updateBuildStatus(@NotNull String owner, @NotNull String slug, @NotNull String revision, @NotNull RestBuildStatus buildStatus, @NotNull String username, @NotNull String password)