Package com.cloudbees.jenkins.plugins.bitbucket.api.webhook
package com.cloudbees.jenkins.plugins.bitbucket.api.webhook
- 
ClassDescriptionThe implementation represents an a webhook configuration that can be used in aBitbucketEndpoint.Base interface that a builder must implement or extend to provide an instance ofBitbucketWebhookConfiguration.Provider ofBitbucketWebhookConfigurationbuilders registered in the system.The implementation is in charge to apply a specificBitbucketWebhookConfigurationto the Bitbucket registering the webhook commitImplementations of this extension point must provide new behaviours to accommodate custom event payloads from webhooks sent from Bitbucket Cloud, Bitbucket Data Center, or installed plugins.Listener forBitbucketWebhookProcessorto receive notification about each steps done by the matching processor for an incoming webhook.This interface is intended for webhooks to meet the configuration specifications provided natively with Atlassian products.