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 with parameters of type BitbucketWebhookProcessorExceptionModifier and TypeMethodDescriptionvoidBitbucketWebhookProcessorListener.onFailure(BitbucketWebhookProcessorException failure) Notify of failure while processing the incoming webhook.Methods in com.cloudbees.jenkins.plugins.bitbucket.api.webhook that throw BitbucketWebhookProcessorExceptionModifier and TypeMethodDescriptionvoidBitbucketWebhookProcessor.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 givenBitbucketEndpointconfiguration. -
Uses of BitbucketWebhookProcessorException in com.cloudbees.jenkins.plugins.bitbucket.hooks
Methods in com.cloudbees.jenkins.plugins.bitbucket.hooks with parameters of type BitbucketWebhookProcessorExceptionModifier and TypeMethodDescriptionvoidWebhookProcessorListenersHandler.onFailure(BitbucketWebhookProcessorException e) -
Uses of BitbucketWebhookProcessorException in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook that throw BitbucketWebhookProcessorExceptionModifier and TypeMethodDescriptionvoidAbstractWebhookProcessor.verifyPayload(Map<String, String> headers, String body, BitbucketEndpoint endpoint)