Uses of Class
io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud.BitBucketPPRPullRequest
-
Packages that use BitBucketPPRPullRequest Package Description io.jenkins.plugins.bitbucketpushandpullrequest.model io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud -
-
Uses of BitBucketPPRPullRequest in io.jenkins.plugins.bitbucketpushandpullrequest.model
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model that return BitBucketPPRPullRequest Modifier and Type Method Description default BitBucketPPRPullRequest
BitBucketPPRPayload. getPullRequest()
-
Uses of BitBucketPPRPullRequest in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud that return BitBucketPPRPullRequest Modifier and Type Method Description BitBucketPPRPullRequest
BitBucketPPRComment. getPullrequest()
BitBucketPPRPullRequest
BitBucketPPRCloudPayload. getPullRequest()
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud with parameters of type BitBucketPPRPullRequest Modifier and Type Method Description void
BitBucketPPRComment. setPullrequest(BitBucketPPRPullRequest pullrequest)
void
BitBucketPPRCloudPayload. setPullRequest(BitBucketPPRPullRequest pullRequest)
-