Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhook
Packages that use BitbucketWebhook
Package
Description
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
-
Uses of BitbucketWebhook in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketWebhookModifier and TypeMethodDescriptionBitbucketWebhookClient.registerWebhook(BitbucketWebhookRequest request) Registers the given webhook in the Bitbucket Server.BitbucketWebhookClientImpl.registerWebhook(BitbucketWebhookRequest request) BitbucketWebhookClient.updateWebhook(int id, BitbucketWebhookRequest request) Updates the existing webhookBitbucketWebhookClientImpl.updateWebhook(int id, BitbucketWebhookRequest request) Methods in com.atlassian.bitbucket.jenkins.internal.client that return types with arguments of type BitbucketWebhookModifier and TypeMethodDescriptionBitbucketWebhookClient.getWebhooks(String... eventId) Returns a stream of existing webhooks.BitbucketWebhookClientImpl.getWebhooks(String... eventIdFilter) -
Uses of BitbucketWebhook in com.atlassian.bitbucket.jenkins.internal.trigger
Methods in com.atlassian.bitbucket.jenkins.internal.trigger that return BitbucketWebhookModifier and TypeMethodDescriptionRetryingWebhookHandler.register(String bitbucketBaseUrl, GlobalCredentialsProvider globalCredentialsProvider, BitbucketSCMRepository repository, Item context, boolean isPullRequestTrigger, boolean isRefTrigger) -
Uses of BitbucketWebhook in com.atlassian.bitbucket.jenkins.internal.trigger.register
Methods in com.atlassian.bitbucket.jenkins.internal.trigger.register that return BitbucketWebhookModifier and TypeMethodDescriptionBitbucketWebhookHandler.register(WebhookRegisterRequest request) WebhookHandler.register(WebhookRegisterRequest request) Registers webhooks