Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketCommit
Packages that use BitbucketCommit
Package
Description
-
Uses of BitbucketCommit in com.cloudbees.jenkins.plugins.bitbucket
Constructors in com.cloudbees.jenkins.plugins.bitbucket with parameters of type BitbucketCommitModifierConstructorDescriptionBitbucketGitSCMRevision
(jenkins.scm.api.SCMHead head, BitbucketCommit commit) Construct a Bitbucket revision.BitbucketTagSCMRevision
(BitbucketTagSCMHead head, BitbucketCommit commit) Construct a Bitbucket tag revision. -
Uses of BitbucketCommit in com.cloudbees.jenkins.plugins.bitbucket.api
Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return BitbucketCommitModifier and TypeMethodDescriptionBitbucketPullRequestDestination.getCommit()
BitbucketPullRequestSource.getCommit()
BitbucketApi.resolveCommit
(BitbucketPullRequest pull) Resolve the head commit object of the pull request source repository branch.BitbucketApi.resolveCommit
(String hash) Resolve the commit object given its hash.Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return types with arguments of type BitbucketCommitModifier and TypeMethodDescriptionList<? extends BitbucketCommit>
BitbucketApi.getCommits
(String from, String to) Return a set of base informations between the two given commits. -
Uses of BitbucketCommit in com.cloudbees.jenkins.plugins.bitbucket.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.client that return BitbucketCommitModifier and TypeMethodDescriptionBitbucketCloudApiClient.resolveCommit
(BitbucketPullRequest pull) Resolve the head commit object of the pull request source repository branch.BitbucketCloudApiClient.resolveCommit
(String hash) Resolve the commit object given its hash. -
Uses of BitbucketCommit in com.cloudbees.jenkins.plugins.bitbucket.client.branch
Classes in com.cloudbees.jenkins.plugins.bitbucket.client.branch that implement BitbucketCommitMethod parameters in com.cloudbees.jenkins.plugins.bitbucket.client.branch with type arguments of type BitbucketCommitModifier and TypeMethodDescriptionvoid
BitbucketCloudBranch.setCommitClosure
(Callable<BitbucketCommit> commitClosure) -
Uses of BitbucketCommit in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest
Classes in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest that implement BitbucketCommitMethods in com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest that return BitbucketCommit -
Uses of BitbucketCommit in com.cloudbees.jenkins.plugins.bitbucket.server.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client that return BitbucketCommitModifier and TypeMethodDescriptionBitbucketServerAPIClient.resolveCommit
(BitbucketPullRequest pull) BitbucketServerAPIClient.resolveCommit
(String hash) Resolve the commit object given its hash. -
Uses of BitbucketCommit in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch
Classes in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch that implement BitbucketCommitMethod parameters in com.cloudbees.jenkins.plugins.bitbucket.server.client.branch with type arguments of type BitbucketCommitModifier and TypeMethodDescriptionvoid
BitbucketServerBranch.setCommitClosure
(Callable<BitbucketCommit> commitClosure) -
Uses of BitbucketCommit in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest that return BitbucketCommit