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 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)