Interface NativeBitbucketWebhookConfigurationBuilder
- All Superinterfaces:
BitbucketWebhookConfigurationBuilder
,ExtensionPoint
- All Known Implementing Classes:
AbstractBitbucketWebhookConfigurationBuilderImpl
,CloudWebhookConfigurationBuilderImpl
,ServerWebhookConfigurationBuilderImpl
public interface NativeBitbucketWebhookConfigurationBuilder
extends BitbucketWebhookConfigurationBuilder
This interface is intended for webhooks to meet the configuration
specifications provided natively with Atlassian products.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptionEnable the payload signature verification using the givenStringCredentials
.Methods inherited from interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfigurationBuilder
autoManaged, build, callbackRootURL, getId
-
Method Details
-
signature
Enable the payload signature verification using the givenStringCredentials
.- Parameters:
credentialsId
- used to verify the signature sent with in payload- Returns:
- the builder that can be used to customise a new instance of
BitbucketWebhookConfiguration
.
-