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. -
Uses of BitbucketCloudBranch in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
Methods in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest that return BitbucketCloudBranchModifier and TypeMethodDescriptionBitbucketCloudPullRequestDestination.getBranch()BitbucketCloudPullRequestRepository.getBranch()Methods in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest with parameters of type BitbucketCloudBranchModifier and TypeMethodDescriptionvoidBitbucketCloudPullRequestDestination.setBranch(BitbucketCloudBranch branch) voidBitbucketCloudPullRequestRepository.setBranch(BitbucketCloudBranch branch) Constructors in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest with parameters of type BitbucketCloudBranchModifierConstructorDescriptionBitbucketCloudPullRequestDestination(BitbucketCloudRepository repository, BitbucketCloudBranch branch, BitbucketCloudCommit commit) BitbucketCloudPullRequestRepository(BitbucketCloudRepository repository, BitbucketCloudBranch branch, BitbucketCloudCommit commit)