Modifier and Type | Method and Description |
---|---|
BitbucketRepository |
BitbucketSCMNavigatorRequest.getBitbucketRepository(String repositoryName) |
Modifier and Type | Method and Description |
---|---|
Collection<BitbucketRepository> |
BitbucketSCMNavigatorRequest.repositories() |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketSCMNavigatorRequest.withRepositories(List<? extends BitbucketRepository> repositories) |
Constructor and Description |
---|
BitbucketRepoMetadataAction(BitbucketRepository repo) |
Modifier and Type | Method and Description |
---|---|
BitbucketRepository |
BitbucketApi.getRepository()
Returns the repository details.
|
BitbucketRepository |
BitbucketPullRequestEvent.getRepository() |
BitbucketRepository |
BitbucketPullRequestSource.getRepository() |
BitbucketRepository |
BitbucketPushEvent.getRepository() |
BitbucketRepository |
BitbucketPullRequestDestination.getRepository() |
Modifier and Type | Method and Description |
---|---|
List<? extends BitbucketRepository> |
BitbucketApi.getRepositories()
Returns all the repositories for the current owner (even if it's a regular user or a team).
|
List<? extends BitbucketRepository> |
BitbucketApi.getRepositories(UserRoleInRepository role)
Returns the repositories where the user has the given role.
|
Modifier and Type | Method and Description |
---|---|
BitbucketRepository |
BitbucketCloudApiClient.getRepository()
Returns the repository details.
|
Modifier and Type | Method and Description |
---|---|
BitbucketRepository |
BitbucketCloudPullRequestEvent.getRepository() |
BitbucketRepository |
BitbucketCloudPushEvent.getRepository() |
Modifier and Type | Class and Description |
---|---|
class |
BitbucketCloudRepository |
Modifier and Type | Method and Description |
---|---|
BitbucketRepository |
BitbucketServerAPIClient.getRepository()
Returns the repository details.
|
Modifier and Type | Class and Description |
---|---|
class |
BitbucketServerRepository |
Modifier and Type | Method and Description |
---|---|
BitbucketRepository |
BitbucketServerPushEvent.getRepository() |
Copyright © 2016–2022. All rights reserved.