Class BitbucketCapabilitiesClientImpl
java.lang.Object
com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClientImpl
- All Implemented Interfaces:
BitbucketCapabilitiesClient
-
Method Summary
Modifier and TypeMethodDescriptionGet the supported ci capabilities of the linked Bitbucket Server.Get the supported deployment capabilities of the linked Bitbucket Server.Get the server capabilitiesGet the supported webhook events of the linked Bitbucket Server.
-
Method Details
-
getCICapabilities
Description copied from interface:BitbucketCapabilitiesClientGet the supported ci capabilities of the linked Bitbucket Server.- Specified by:
getCICapabilitiesin interfaceBitbucketCapabilitiesClient- Returns:
- the supported capabilities
-
getDeploymentCapabilities
Description copied from interface:BitbucketCapabilitiesClientGet the supported deployment capabilities of the linked Bitbucket Server.- Specified by:
getDeploymentCapabilitiesin interfaceBitbucketCapabilitiesClient- Returns:
- the supported capabilities
-
getServerCapabilities
Description copied from interface:BitbucketCapabilitiesClientGet the server capabilities- Specified by:
getServerCapabilitiesin interfaceBitbucketCapabilitiesClient- Returns:
- the capabilities of the linked Bitbucket Server
-
getWebhookSupportedEvents
public BitbucketWebhookSupportedEvents getWebhookSupportedEvents() throws BitbucketMissingCapabilityExceptionDescription copied from interface:BitbucketCapabilitiesClientGet the supported webhook events of the linked Bitbucket Server.- Specified by:
getWebhookSupportedEventsin interfaceBitbucketCapabilitiesClient- Returns:
- the supported events
- Throws:
BitbucketMissingCapabilityException
-