Uses of Interface
com.atlassian.bitbucket.jenkins.internal.client.BitbucketWebhookClient
-
Packages that use BitbucketWebhookClient 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.register Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketWebhookClient in com.atlassian.bitbucket.jenkins.internal.client
Classes in com.atlassian.bitbucket.jenkins.internal.client that implement BitbucketWebhookClient Modifier and Type Class Description class
BitbucketWebhookClientImpl
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketWebhookClient Modifier and Type Method Description BitbucketWebhookClient
BitbucketRepositoryClient. getWebhookClient()
Returns a client for performing various webhook related operations.BitbucketWebhookClient
BitbucketRepositoryClientImpl. getWebhookClient()
-
Uses of BitbucketWebhookClient in com.atlassian.bitbucket.jenkins.internal.trigger.register
Constructors in com.atlassian.bitbucket.jenkins.internal.trigger.register with parameters of type BitbucketWebhookClient Constructor Description BitbucketWebhookHandler(BitbucketCapabilitiesClient serverCapabilities, BitbucketWebhookClient webhookClient)
-