Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
Packages that use BitbucketWebHook
Package
Description
-
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.api
Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return types with arguments of type BitbucketWebHookModifier and TypeMethodDescriptiondefault List<? extends BitbucketWebHook>
BitbucketApi.getWebHooks()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.cloudbees.jenkins.plugins.bitbucket.api with parameters of type BitbucketWebHookModifier and TypeMethodDescriptiondefault void
BitbucketApi.registerCommitWebHook
(BitbucketWebHook hook) Deprecated, for removal: This API element is subject to removal in a future version.Use theBitbucketWebhookConfiguration
implementation to gather information about webhook.default void
BitbucketApi.removeCommitWebHook
(BitbucketWebHook hook) Deprecated, for removal: This API element is subject to removal in a future version.Use theBitbucketWebhookConfiguration
implementation to gather information about webhook.default void
BitbucketApi.updateCommitWebHook
(BitbucketWebHook hook) Deprecated, for removal: This API element is subject to removal in a future version.Use theBitbucketWebhookConfiguration
implementation to gather information about webhook. -
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
Methods in com.cloudbees.jenkins.plugins.bitbucket.api.webhook that return types with arguments of type BitbucketWebHookModifier and TypeMethodDescriptionBitbucketWebhookManager.read
(BitbucketAuthenticatedClient client) Returns the list of all registered webhook at this repository related to this Jenkins. -
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.client with parameters of type BitbucketWebHookModifier and TypeMethodDescriptionvoid
BitbucketCloudApiClient.registerCommitWebHook
(BitbucketWebHook hook) Register a webhook on the repository.void
BitbucketCloudApiClient.removeCommitWebHook
(BitbucketWebHook hook) Remove the webhook (ID field required) from the repository.void
BitbucketCloudApiClient.updateCommitWebHook
(BitbucketWebHook hook) Update a webhook on the repository. -
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.client.repository
Classes in com.cloudbees.jenkins.plugins.bitbucket.client.repository that implement BitbucketWebHook -
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.impl.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.client that return types with arguments of type BitbucketWebHookModifier and TypeMethodDescriptionList<? extends BitbucketWebHook>
AbstractBitbucketApi.getWebHooks()
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.client with parameters of type BitbucketWebHookModifier and TypeMethodDescriptionvoid
AbstractBitbucketApi.registerCommitWebHook
(BitbucketWebHook hook) void
AbstractBitbucketApi.removeCommitWebHook
(BitbucketWebHook hook) void
AbstractBitbucketApi.updateCommitWebHook
(BitbucketWebHook hook) -
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud that return types with arguments of type BitbucketWebHook -
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin that return types with arguments of type BitbucketWebHookModifier and TypeMethodDescriptionPluginWebhookManager.read
(BitbucketAuthenticatedClient client) Deprecated. -
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server that return types with arguments of type BitbucketWebHook -
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
Classes in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository that implement BitbucketWebHook
BitbucketWebhookConfiguration
implementation to gather information about webhook.