| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.bitbucket.api | |
| com.atlassian.bamboo.plugins.bitbucket.api.rest.entity | |
| com.atlassian.bamboo.plugins.bitbucket.impl |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BitbucketResourceEntity |
BitbucketApiService.getRepository(@NotNull String owner,
@NotNull String slug,
@Nullable String username,
@Nullable String password)
Retrieve data about single Bitbucket repository.
|
| Modifier and Type | Method and Description |
|---|---|
BitbucketResourceEntity |
BitbucketResourceEntity.Builder.build() |
static BitbucketResourceEntity |
BitbucketResourceEntity.from(@NotNull com.opensymphony.webwork.dispatcher.json.JSONObject json) |
static BitbucketResourceEntity |
BitbucketResourceEntity.fromPermissionEntry(com.opensymphony.webwork.dispatcher.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
List<BitbucketResourceEntity> |
BitbucketUserResponse.getRepositories() |
static com.google.common.collect.Ordering<BitbucketResourceEntity> |
BitbucketResourceEntity.orderingByRepositoryFullName() |
| Modifier and Type | Method and Description |
|---|---|
BitbucketUserResponse.Builder |
BitbucketUserResponse.Builder.repository(BitbucketResourceEntity repository) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BitbucketResourceEntity |
BitbucketApiServiceImpl.getRepository(@NotNull String owner,
@NotNull String slug,
@Nullable String username,
@Nullable String password) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.