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 SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Method SummaryModifier and TypeMethodDescriptionEnable the payload signature verification using the givenStringCredentials.Methods inherited from interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfigurationBuilderautoManaged, build, callbackRootURL, getId
- 
Method Details- 
signatureEnable 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.
 
 
-