Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfiguration
Packages that use BitbucketWebhookConfiguration
Package
Description
-
Uses of BitbucketWebhookConfiguration in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint
Methods in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint that return BitbucketWebhookConfigurationModifier and TypeMethodDescriptionBitbucketEndpoint.getWebhook()Returns the webhook implementation that this endpoint is using to manage the incoming payload.Methods in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint with parameters of type BitbucketWebhookConfigurationModifier and TypeMethodDescriptionstatic BitbucketEndpointBitbucketEndpointProvider.registerEndpoint(String name, String serverURL, BitbucketWebhookConfiguration webhook, UnaryOperator<BitbucketEndpoint> endpointCustomiser) Register a newBitbucketEndpointto the global configuration. -
Uses of BitbucketWebhookConfiguration in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
Methods in com.cloudbees.jenkins.plugins.bitbucket.api.webhook that return BitbucketWebhookConfigurationModifier and TypeMethodDescriptionBitbucketWebhookConfigurationBuilder.build()Returns an instance ofBitbucketWebhookConfigurationusing the provided configuration.Methods in com.cloudbees.jenkins.plugins.bitbucket.api.webhook with parameters of type BitbucketWebhookConfigurationModifier and TypeMethodDescriptionvoidBitbucketWebhookManager.apply(BitbucketWebhookConfiguration configuration) The configuration that returned this implementation class. -
Uses of BitbucketWebhookConfiguration in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint that return BitbucketWebhookConfigurationMethods in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint with parameters of type BitbucketWebhookConfigurationModifier and TypeMethodDescriptionvoidAbstractBitbucketEndpoint.setWebhook(BitbucketWebhookConfiguration webhook) Constructors in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint with parameters of type BitbucketWebhookConfigurationModifierConstructorDescriptionBitbucketCloudEndpoint(boolean enableCache, int teamCacheDuration, int repositoriesCacheDuration, BitbucketWebhookConfiguration webhook) Constructor.Internal Constructor.BitbucketServerEndpoint(String displayName, String serverURL, BitbucketWebhookConfiguration webhook) Constructor. -
Uses of BitbucketWebhookConfiguration in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook
Classes in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook that implement BitbucketWebhookConfigurationMethods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook with parameters of type BitbucketWebhookConfigurationModifier and TypeMethodDescriptionvoidAbstractWebhookManager.apply(BitbucketWebhookConfiguration configuration) -
Uses of BitbucketWebhookConfiguration in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
Classes in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud that implement BitbucketWebhookConfigurationMethods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud with parameters of type BitbucketWebhookConfigurationModifier and TypeMethodDescriptionvoidCloudWebhookManager.apply(BitbucketWebhookConfiguration configuration) -
Uses of BitbucketWebhookConfiguration in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
Classes in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin that implement BitbucketWebhookConfigurationMethods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin with parameters of type BitbucketWebhookConfigurationModifier and TypeMethodDescriptionvoidPluginWebhookManager.apply(BitbucketWebhookConfiguration configuration) Deprecated. -
Uses of BitbucketWebhookConfiguration in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
Classes in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server that implement BitbucketWebhookConfigurationMethods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server with parameters of type BitbucketWebhookConfigurationModifier and TypeMethodDescriptionvoidServerWebhookManager.apply(BitbucketWebhookConfiguration configuration)