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 BitbucketWebhookBitbucketWebhookClient. registerWebhook(BitbucketWebhookRequest request)Registers the given webhook in the Bitbucket Server.BitbucketWebhookBitbucketWebhookClientImpl. registerWebhook(BitbucketWebhookRequest request)BitbucketWebhookBitbucketWebhookClient. updateWebhook(int id, BitbucketWebhookRequest request)Updates the existing webhookBitbucketWebhookBitbucketWebhookClientImpl. 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 classBitbucketWebhookMethods in com.atlassian.bitbucket.jenkins.internal.model that return BitbucketWebhookRequest Modifier and Type Method Description BitbucketWebhookRequestBitbucketWebhookRequest.Builder. build()
-