Modifier and Type | Method and Description |
---|---|
List<BitbucketServerRepository> |
BitbucketServerAPIClient.getRepositories()
Returns all the repositories for the current owner (even if it's a regular user or a team).
|
List<BitbucketServerRepository> |
BitbucketServerAPIClient.getRepositories(UserRoleInRepository role)
The role parameter is ignored for Bitbucket Server.
|
Modifier and Type | Method and Description |
---|---|
BitbucketServerRepository |
BitbucketServerPullRequestDestination.getRepository() |
BitbucketServerRepository |
BitbucketServerPullRequestSource.getRepository() |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketServerPullRequestDestination.setRepository(BitbucketServerRepository repository) |
void |
BitbucketServerPullRequestSource.setRepository(BitbucketServerRepository repository) |
Modifier and Type | Method and Description |
---|---|
BitbucketServerRepository |
BitbucketServerPullRequestEvent.getRepository() |
BitbucketServerRepository |
NativeServerRefsChangedEvent.getRepository() |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketServerPullRequestEvent.setRepository(BitbucketServerRepository repository) |
void |
BitbucketServerPushEvent.setRepository(BitbucketServerRepository repository) |
Copyright © 2016–2022. All rights reserved.