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 voidBitbucketApi.registerCommitWebHook(BitbucketWebHook hook) Deprecated, for removal: This API element is subject to removal in a future version.Use theBitbucketWebhookConfigurationimplementation to gather information about webhook.default voidBitbucketApi.removeCommitWebHook(BitbucketWebHook hook) Deprecated, for removal: This API element is subject to removal in a future version.Use theBitbucketWebhookConfigurationimplementation to gather information about webhook.default voidBitbucketApi.updateCommitWebHook(BitbucketWebHook hook) Deprecated, for removal: This API element is subject to removal in a future version.Use theBitbucketWebhookConfigurationimplementation 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 TypeMethodDescriptionvoidBitbucketCloudApiClient.registerCommitWebHook(BitbucketWebHook hook) Register a webhook on the repository.voidBitbucketCloudApiClient.removeCommitWebHook(BitbucketWebHook hook) Remove the webhook (ID field required) from the repository.voidBitbucketCloudApiClient.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 TypeMethodDescriptionvoidAbstractBitbucketApi.registerCommitWebHook(BitbucketWebHook hook) voidAbstractBitbucketApi.removeCommitWebHook(BitbucketWebHook hook) voidAbstractBitbucketApi.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
BitbucketWebhookConfigurationimplementation to gather information about webhook.