Uses of Interface
com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClient
-
Packages that use BitbucketCapabilitiesClient 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 BitbucketCapabilitiesClient in com.atlassian.bitbucket.jenkins.internal.client
Classes in com.atlassian.bitbucket.jenkins.internal.client that implement BitbucketCapabilitiesClient Modifier and Type Class Description class
BitbucketCapabilitiesClientImpl
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketCapabilitiesClient Modifier and Type Method Description BitbucketCapabilitiesClient
BitbucketClientFactory. getCapabilityClient()
Construct a client that can retrieve the advertised capabilities from Bitbucket.BitbucketCapabilitiesClient
BitbucketClientFactoryImpl. getCapabilityClient()
-
Uses of BitbucketCapabilitiesClient in com.atlassian.bitbucket.jenkins.internal.trigger.register
Constructors in com.atlassian.bitbucket.jenkins.internal.trigger.register with parameters of type BitbucketCapabilitiesClient Constructor Description BitbucketWebhookHandler(BitbucketCapabilitiesClient serverCapabilities, BitbucketWebhookClient webhookClient)
-