Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookProcessorException
Packages that use BitbucketWebhookProcessorException
Package
Description
-
Uses of BitbucketWebhookProcessorException in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
Methods in com.cloudbees.jenkins.plugins.bitbucket.api.webhook that throw BitbucketWebhookProcessorExceptionModifier and TypeMethodDescriptionvoid
BitbucketWebhookProcessor.verifyPayload
(Map<String, String> headers, String payload, BitbucketEndpoint endpoint) The implementation must verify if the incoming request is secured or not eventually gather some settings from the givenBitbucketEndpoint
configuration. -
Uses of BitbucketWebhookProcessorException in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook that throw BitbucketWebhookProcessorExceptionModifier and TypeMethodDescriptionvoid
AbstractWebhookProcessor.verifyPayload
(Map<String, String> headers, String body, BitbucketEndpoint endpoint)