Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
Package
Description
-
Uses of BitbucketCloudBranch in com.cloudbees.jenkins.plugins.bitbucket.client
Modifier and TypeMethodDescriptionReturns a branch in the repository.Returns a tag in the repository.Modifier and TypeMethodDescriptionBitbucketCloudApiClient.getBranches()
Returns the branches in the repository.BitbucketCloudApiClient.getBranchesByRef
(String nodePath) BitbucketCloudApiClient.getTags()
Returns the tags in the repository. -
Uses of BitbucketCloudBranch in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
Modifier and TypeMethodDescriptionBitbucketPullRequestValueDestination.getBranch()
BitbucketPullRequestValueRepository.getBranch()
Modifier and TypeMethodDescriptionvoid
BitbucketPullRequestValueDestination.setBranch
(BitbucketCloudBranch branch) void
BitbucketPullRequestValueRepository.setBranch
(BitbucketCloudBranch branch) ModifierConstructorDescriptionBitbucketPullRequestValueDestination
(BitbucketCloudRepository repository, BitbucketCloudBranch branch, BitbucketCloudCommit commit) BitbucketPullRequestValueRepository
(BitbucketCloudRepository repository, BitbucketCloudBranch branch, BitbucketCloudCommit commit)