Modifier and Type | Method and Description |
---|---|
Iterable<BitbucketBranch> |
BitbucketSCMSourceRequest.getBranches()
Returns the branch details or an empty list if either the request did not specify to
BitbucketSCMSourceRequest.isFetchBranches()
or if the branch details have not been provided by BitbucketSCMSourceRequest.setBranches(Iterable) yet. |
Iterable<BitbucketBranch> |
BitbucketSCMSourceRequest.getTags()
Returns the branch details or an empty list if either the request did not specify to
BitbucketSCMSourceRequest.isFetchTags()
or if the tag details have not been provided by BitbucketSCMSourceRequest.setTags(Iterable) yet. |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketSCMSourceRequest.setBranches(Iterable<BitbucketBranch> branches)
Provides the requests with the branch details.
|
void |
BitbucketSCMSourceRequest.setTags(Iterable<BitbucketBranch> tags)
Provides the requests with the tag details.
|
Modifier and Type | Method and Description |
---|---|
BitbucketBranch |
BitbucketPullRequestSource.getBranch() |
BitbucketBranch |
BitbucketPullRequestDestination.getBranch() |
Modifier and Type | Method and Description |
---|---|
List<? extends BitbucketBranch> |
BitbucketApi.getBranches()
Returns the branches in the repository.
|
List<? extends BitbucketBranch> |
BitbucketApi.getTags()
Returns the tags in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
BitbucketCloudBranch |
Modifier and Type | Class and Description |
---|---|
class |
BitbucketServerBranch |
Modifier and Type | Method and Description |
---|---|
BitbucketBranch |
BitbucketServerPullRequestDestination.getBranch() |
BitbucketBranch |
BitbucketServerPullRequestSource.getBranch() |
Copyright © 2016–2022. All rights reserved.