Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
Packages that use BitbucketCloudBranch
Package
Description
-
Uses of BitbucketCloudBranch in com.cloudbees.jenkins.plugins.bitbucket.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.client that return BitbucketCloudBranchModifier and TypeMethodDescriptionReturns a branch in the repository.Returns a tag in the repository.Methods in com.cloudbees.jenkins.plugins.bitbucket.client that return types with arguments of type BitbucketCloudBranchModifier 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
Methods in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest that return BitbucketCloudBranchModifier and TypeMethodDescriptionBitbucketPullRequestValueDestination.getBranch()
BitbucketPullRequestValueRepository.getBranch()
Methods in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest with parameters of type BitbucketCloudBranchModifier and TypeMethodDescriptionvoid
BitbucketPullRequestValueDestination.setBranch
(BitbucketCloudBranch branch) void
BitbucketPullRequestValueRepository.setBranch
(BitbucketCloudBranch branch) Constructors in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest with parameters of type BitbucketCloudBranchModifierConstructorDescriptionBitbucketPullRequestValueDestination
(BitbucketCloudRepository repository, BitbucketCloudBranch branch, BitbucketCloudCommit commit) BitbucketPullRequestValueRepository
(BitbucketCloudRepository repository, BitbucketCloudBranch branch, BitbucketCloudCommit commit)