Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudBranch
-
Packages that use BitbucketCloudBranch Package Description com.cloudbees.jenkins.plugins.bitbucket.client com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest -
-
Uses of BitbucketCloudBranch in com.cloudbees.jenkins.plugins.bitbucket.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.client that return types with arguments of type BitbucketCloudBranch Modifier and Type Method Description List<BitbucketCloudBranch>
BitbucketCloudApiClient. getBranches()
Returns the branches in the repository.List<BitbucketCloudBranch>
BitbucketCloudApiClient. getBranchesByRef(String nodePath)
List<BitbucketCloudBranch>
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 BitbucketCloudBranch Modifier and Type Method Description BitbucketCloudBranch
BitbucketPullRequestValueDestination. getBranch()
BitbucketCloudBranch
BitbucketPullRequestValueRepository. getBranch()
Methods in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest with parameters of type BitbucketCloudBranch Modifier and Type Method Description void
BitbucketPullRequestValueDestination. setBranch(BitbucketCloudBranch branch)
void
BitbucketPullRequestValueRepository. setBranch(BitbucketCloudBranch branch)
Constructors in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest with parameters of type BitbucketCloudBranch Constructor Description BitbucketPullRequestValueDestination(BitbucketCloudRepository repository, BitbucketCloudBranch branch, BitbucketCloudCommit commit)
BitbucketPullRequestValueRepository(BitbucketCloudRepository repository, BitbucketCloudBranch branch, BitbucketCloudCommit commit)
-