Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhook
-
Packages that use BitbucketWebhook Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.trigger Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.trigger.register 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 BitbucketWebhook Modifier and Type Method Description BitbucketWebhook
BitbucketWebhookClient. registerWebhook(BitbucketWebhookRequest request)
Registers the given webhook in the Bitbucket Server.BitbucketWebhook
BitbucketWebhookClientImpl. registerWebhook(BitbucketWebhookRequest request)
BitbucketWebhook
BitbucketWebhookClient. updateWebhook(int id, BitbucketWebhookRequest request)
Updates the existing webhookBitbucketWebhook
BitbucketWebhookClientImpl. updateWebhook(int id, BitbucketWebhookRequest request)
Methods in com.atlassian.bitbucket.jenkins.internal.client that return types with arguments of type BitbucketWebhook Modifier and Type Method Description Stream<BitbucketWebhook>
BitbucketWebhookClient. getWebhooks(String... eventId)
Returns a stream of existing webhooks.Stream<BitbucketWebhook>
BitbucketWebhookClientImpl. getWebhooks(String... eventIdFilter)
-
Uses of BitbucketWebhook in com.atlassian.bitbucket.jenkins.internal.trigger
Methods in com.atlassian.bitbucket.jenkins.internal.trigger that return BitbucketWebhook Modifier and Type Method Description BitbucketWebhook
RetryingWebhookHandler. 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 BitbucketWebhook Modifier and Type Method Description BitbucketWebhook
BitbucketWebhookHandler. register(WebhookRegisterRequest request)
BitbucketWebhook
WebhookHandler. register(WebhookRegisterRequest request)
Registers webhooks
-