Package | Description |
---|---|
com.atlassian.bamboo.plugins.bitbucket.api | |
com.atlassian.bamboo.plugins.bitbucket.impl | |
com.atlassian.bamboo.plugins.bitbucket.rest.entity |
Modifier and Type | Method and Description |
---|---|
@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 BitbucketPageEntity<BitbucketResourceEntity> |
BitbucketApiService.findRepositories(@NotNull String username,
@NotNull String password,
@Nullable String queryString,
int start,
int limit)
Return a filtered list of accessible to Bitbucket user.
|
Modifier and Type | Method and Description |
---|---|
@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 BitbucketPageEntity<BitbucketResourceEntity> |
BitbucketApiServiceImpl.findRepositories(@NotNull String username,
@NotNull String password,
@Nullable String queryString,
int start,
int limit) |
Modifier and Type | Method and Description |
---|---|
static <T> BitbucketPageEntity<T> |
BitbucketPageEntity.singlePage(Iterable<T> values) |
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.