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 a
BitbucketEndpoint
.Base interface that a builder must implement or extend to provide an instance ofBitbucketWebhookConfiguration
.Provider ofBitbucketWebhookConfiguration
builders registered in the system.The implementation is in charge to apply a specificBitbucketWebhookConfiguration
to 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 forBitbucketWebhookProcessor
to 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.