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 TypeMethodDescriptionList<? extends BitbucketWebHook>
BitbucketApi.getWebHooks()
Returns the webhooks defined in the repository.Methods in com.cloudbees.jenkins.plugins.bitbucket.api with parameters of type BitbucketWebHookModifier and TypeMethodDescriptionvoid
BitbucketApi.registerCommitWebHook
(BitbucketWebHook hook) Register a webhook on the repository.void
BitbucketApi.removeCommitWebHook
(BitbucketWebHook hook) Remove the webhook (ID field required) from the repository.void
BitbucketApi.updateCommitWebHook
(BitbucketWebHook hook) Update a webhook on the repository. -
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.hooks
Methods in com.cloudbees.jenkins.plugins.bitbucket.hooks that return BitbucketWebHook -
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.server.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client that return types with arguments of type BitbucketWebHookModifier and TypeMethodDescriptionList<? extends BitbucketWebHook>
BitbucketServerAPIClient.getWebHooks()
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client with parameters of type BitbucketWebHookModifier and TypeMethodDescriptionvoid
BitbucketServerAPIClient.registerCommitWebHook
(BitbucketWebHook hook) void
BitbucketServerAPIClient.removeCommitWebHook
(BitbucketWebHook hook) void
BitbucketServerAPIClient.updateCommitWebHook
(BitbucketWebHook hook) -
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