Uses of Class
io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud.BitBucketPPRApproval
-
Packages that use BitBucketPPRApproval Package Description io.jenkins.plugins.bitbucketpushandpullrequest.model io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud -
-
Uses of BitBucketPPRApproval in io.jenkins.plugins.bitbucketpushandpullrequest.model
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model that return BitBucketPPRApproval Modifier and Type Method Description default BitBucketPPRApproval
BitBucketPPRPayload. getApproval()
-
Uses of BitBucketPPRApproval in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud that return BitBucketPPRApproval Modifier and Type Method Description BitBucketPPRApproval
BitBucketPPRCloudPayload. getApproval()
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.model.cloud with parameters of type BitBucketPPRApproval Modifier and Type Method Description void
BitBucketPPRCloudPayload. setApproval(BitBucketPPRApproval approval)
-