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 BitbucketCICapabilities
getCICapabilities()
Get the supported ci capabilities of the linked Bitbucket Server.BitbucketDeploymentCapabilities
getDeploymentCapabilities()
Get the supported deployment capabilities of the linked Bitbucket Server.AtlassianServerCapabilities
getServerCapabilities()
Get the server capabilitiesBitbucketWebhookSupportedEvents
getWebhookSupportedEvents()
Get the supported webhook events of the linked Bitbucket Server.
-
-
-
Method Detail
-
getCICapabilities
public BitbucketCICapabilities getCICapabilities()
Description copied from interface:BitbucketCapabilitiesClient
Get the supported ci capabilities of the linked Bitbucket Server.- Specified by:
getCICapabilities
in interfaceBitbucketCapabilitiesClient
- Returns:
- the supported capabilities
-
getDeploymentCapabilities
public BitbucketDeploymentCapabilities getDeploymentCapabilities()
Description copied from interface:BitbucketCapabilitiesClient
Get the supported deployment capabilities of the linked Bitbucket Server.- Specified by:
getDeploymentCapabilities
in interfaceBitbucketCapabilitiesClient
- Returns:
- the supported capabilities
-
getServerCapabilities
public AtlassianServerCapabilities getServerCapabilities()
Description copied from interface:BitbucketCapabilitiesClient
Get the server capabilities- Specified by:
getServerCapabilities
in interfaceBitbucketCapabilitiesClient
- Returns:
- the capabilities of the linked Bitbucket Server
-
getWebhookSupportedEvents
public BitbucketWebhookSupportedEvents getWebhookSupportedEvents() throws BitbucketMissingCapabilityException
Description copied from interface:BitbucketCapabilitiesClient
Get the supported webhook events of the linked Bitbucket Server.- Specified by:
getWebhookSupportedEvents
in interfaceBitbucketCapabilitiesClient
- Returns:
- the supported events
- Throws:
BitbucketMissingCapabilityException
-
-