Class BitbucketCapabilitiesClientImpl
- java.lang.Object
 - 
- com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClientImpl
 
 
- 
- All Implemented Interfaces:
 BitbucketCapabilitiesClient
public class BitbucketCapabilitiesClientImpl extends Object implements BitbucketCapabilitiesClient
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitbucketCICapabilitiesgetCICapabilities()Get the supported ci capabilities of the linked Bitbucket Server.BitbucketDeploymentCapabilitiesgetDeploymentCapabilities()Get the supported deployment capabilities of the linked Bitbucket Server.AtlassianServerCapabilitiesgetServerCapabilities()Get the server capabilitiesBitbucketWebhookSupportedEventsgetWebhookSupportedEvents()Get the supported webhook events of the linked Bitbucket Server. 
 - 
 
- 
- 
Method Detail
- 
getCICapabilities
public BitbucketCICapabilities getCICapabilities()
Description copied from interface:BitbucketCapabilitiesClientGet the supported ci capabilities of the linked Bitbucket Server.- Specified by:
 getCICapabilitiesin interfaceBitbucketCapabilitiesClient- Returns:
 - the supported capabilities
 
 
- 
getDeploymentCapabilities
public BitbucketDeploymentCapabilities getDeploymentCapabilities()
Description copied from interface:BitbucketCapabilitiesClientGet the supported deployment capabilities of the linked Bitbucket Server.- Specified by:
 getDeploymentCapabilitiesin interfaceBitbucketCapabilitiesClient- Returns:
 - the supported capabilities
 
 
- 
getServerCapabilities
public AtlassianServerCapabilities 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 BitbucketMissingCapabilityException
Description copied from interface:BitbucketCapabilitiesClientGet the supported webhook events of the linked Bitbucket Server.- Specified by:
 getWebhookSupportedEventsin interfaceBitbucketCapabilitiesClient- Returns:
 - the supported events
 - Throws:
 BitbucketMissingCapabilityException
 
 - 
 
 -