Uses of Class
io.jenkins.plugins.bitbucketpushandpullrequest.exception.BitBucketPPRPayloadPropertyNotFoundException
Packages that use BitBucketPPRPayloadPropertyNotFoundException
Package
Description
-
Uses of BitBucketPPRPayloadPropertyNotFoundException in io.jenkins.plugins.bitbucketpushandpullrequest.action
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.action that throw BitBucketPPRPayloadPropertyNotFoundExceptionModifier and TypeMethodDescriptionprotected static <T> TBitBucketPPRActionAbstract.requirePayloadProperty(T value, String property) Returnsvalueif it is non-null, otherwise throws aBitBucketPPRPayloadPropertyNotFoundExceptionnaming the missing property.Constructors in io.jenkins.plugins.bitbucketpushandpullrequest.action that throw BitBucketPPRPayloadPropertyNotFoundExceptionModifierConstructorDescriptionBitBucketPPRPullRequestAction(BitBucketPPRPayload payload, BitBucketPPRHookEvent event) BitBucketPPRPullRequestServerAction(BitBucketPPRPayload payload, BitBucketPPRHookEvent bitbucketEvent) -
Uses of BitBucketPPRPayloadPropertyNotFoundException in io.jenkins.plugins.bitbucketpushandpullrequest.processor
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.processor that throw BitBucketPPRPayloadPropertyNotFoundExceptionModifier and TypeMethodDescriptionabstract BitBucketPPRActionBitBucketPPRPayloadProcessor.buildActionForJobs(BitBucketPPRPayload payload) Builds the action for the given payload.BitBucketPPRPullRequestCloudPayloadProcessor.buildActionForJobs(BitBucketPPRPayload payload) BitBucketPPRPullRequestServerPayloadProcessor.buildActionForJobs(BitBucketPPRPayload payload) BitBucketPPRRepositoryCloudPayloadProcessor.buildActionForJobs(BitBucketPPRPayload payload) BitBucketPPRRepositoryServerPayloadProcessor.buildActionForJobs(BitBucketPPRPayload payload) voidBitBucketPPRPayloadProcessor.processPayload(BitBucketPPRPayload payload, BitBucketPPRObservable observable) Builds the action and triggers matching jobs in a single step.