Uses of Class
io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud.BitBucketPPRCommit
Packages that use BitBucketPPRCommit
-
Uses of BitBucketPPRCommit in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud that return BitBucketPPRCommitModifier and TypeMethodDescriptionBitBucketPPRDestination.getCommit()BitBucketPPRSource.getCommit()BitBucketPPRPullRequest.getMergeCommit()Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud that return types with arguments of type BitBucketPPRCommitMethods in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud with parameters of type BitBucketPPRCommitModifier and TypeMethodDescriptionvoidBitBucketPPRDestination.setCommit(BitBucketPPRCommit commit) voidBitBucketPPRSource.setCommit(BitBucketPPRCommit commit) voidBitBucketPPRPullRequest.setMergeCommit(BitBucketPPRCommit mergeCommit) Method parameters in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud with type arguments of type BitBucketPPRCommitModifier and TypeMethodDescriptionvoidBitBucketPPRChange.setCommits(List<BitBucketPPRCommit> commits)