Uses of Class
io.jenkins.plugins.bitbucketpushandpullrequest.exception.BitBucketPPRPayloadPropertyNotFoundException
-
Packages that use BitBucketPPRPayloadPropertyNotFoundException Package Description io.jenkins.plugins.bitbucketpushandpullrequest.action io.jenkins.plugins.bitbucketpushandpullrequest.processor -
-
Uses of BitBucketPPRPayloadPropertyNotFoundException in io.jenkins.plugins.bitbucketpushandpullrequest.action
Constructors in io.jenkins.plugins.bitbucketpushandpullrequest.action that throw BitBucketPPRPayloadPropertyNotFoundException Constructor Description BitBucketPPRPullRequestServerAction(BitBucketPPRPayload payload, BitBucketPPRHookEvent bitbucketEvent)
-
Uses of BitBucketPPRPayloadPropertyNotFoundException in io.jenkins.plugins.bitbucketpushandpullrequest.processor
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.processor that throw BitBucketPPRPayloadPropertyNotFoundException Modifier and Type Method Description abstract void
BitBucketPPRPayloadProcessor. processPayload(BitBucketPPRPayload payload, BitBucketPPRObservable observable)
void
BitBucketPPRPullRequestServerPayloadProcessor. processPayload(BitBucketPPRPayload payload, BitBucketPPRObservable observable)
-