Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
-
Packages that use BitbucketWebhookRequest 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.model Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketWebhookRequest in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client with parameters of type BitbucketWebhookRequest 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)
-
Uses of BitbucketWebhookRequest in com.atlassian.bitbucket.jenkins.internal.model
Subclasses of BitbucketWebhookRequest in com.atlassian.bitbucket.jenkins.internal.model Modifier and Type Class Description class
BitbucketWebhook
Methods in com.atlassian.bitbucket.jenkins.internal.model that return BitbucketWebhookRequest Modifier and Type Method Description BitbucketWebhookRequest
BitbucketWebhookRequest.Builder. build()
-