Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketBranch
Package
Description
-
Uses of BitbucketBranch in com.cloudbees.jenkins.plugins.bitbucket
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionReturns a branch in the repository.BitbucketPullRequestDestination.getBranch()
BitbucketPullRequestSource.getBranch()
Returns a tag in the repository.Modifier 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
-
Uses of BitbucketBranch in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
-
Uses of BitbucketBranch in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest