Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
Package
Description
-
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.api
Modifier and TypeMethodDescriptionList<? extends BitbucketWebHook>
BitbucketApi.getWebHooks()
Returns the webhooks defined in the repository.Modifier 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
Modifier 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
-
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.hooks
-
Uses of BitbucketWebHook in com.cloudbees.jenkins.plugins.bitbucket.server.client
Modifier and TypeMethodDescriptionList<? extends BitbucketWebHook>
BitbucketServerAPIClient.getWebHooks()
Modifier 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