Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch
Packages that use BitbucketBranch
Package
Description
-
Uses of BitbucketBranch in com.cloudbees.jenkins.plugins.bitbucket
Methods in com.cloudbees.jenkins.plugins.bitbucket that return types with arguments of type BitbucketBranchModifier and TypeMethodDescriptionfinal Iterable<BitbucketBranch>
BitbucketSCMSourceRequest.getBranches()
Returns the branch details or an empty list if either the request did not specify toBitbucketSCMSourceRequest.isFetchBranches()
or if the branch details have not been provided byBitbucketSCMSourceRequest.setBranches(Iterable)
yet.final Iterable<BitbucketBranch>
BitbucketSCMSourceRequest.getTags()
Returns the branch details or an empty list if either the request did not specify toBitbucketSCMSourceRequest.isFetchTags()
or if the tag details have not been provided byBitbucketSCMSourceRequest.setTags(Iterable)
yet.Method parameters in com.cloudbees.jenkins.plugins.bitbucket with type arguments of type BitbucketBranchModifier and TypeMethodDescriptionfinal void
BitbucketSCMSourceRequest.setBranches
(Iterable<BitbucketBranch> branches) Provides the requests with the branch details.final void
BitbucketSCMSourceRequest.setTags
(Iterable<BitbucketBranch> tags) Provides the requests with the tag details. -
Uses of BitbucketBranch in com.cloudbees.jenkins.plugins.bitbucket.api
Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return BitbucketBranchModifier and TypeMethodDescriptionReturns a branch in the repository.BitbucketPullRequestDestination.getBranch()
BitbucketPullRequestSource.getBranch()
Returns a tag in the repository.Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return types with arguments of type BitbucketBranchModifier and TypeMethodDescriptionList<? extends BitbucketBranch>
BitbucketApi.getBranches()
Returns the branches in the repository.List<? extends BitbucketBranch>
BitbucketApi.getTags()
Returns the tags in the repository. -
Uses of BitbucketBranch in com.cloudbees.jenkins.plugins.bitbucket.client.branch
Classes in com.cloudbees.jenkins.plugins.bitbucket.client.branch that implement BitbucketBranch -
Uses of BitbucketBranch in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
Classes in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch that implement BitbucketBranch -
Uses of BitbucketBranch in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest that return BitbucketBranch