Class BitbucketDeploymentClientImpl
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.client.BitbucketDeploymentClientImpl
-
- All Implemented Interfaces:
BitbucketDeploymentClient
public class BitbucketDeploymentClientImpl extends Object implements BitbucketDeploymentClient
-
-
Constructor Summary
Constructors Constructor Description BitbucketDeploymentClientImpl(BitbucketRequestExecutor bitbucketRequestExecutor, String projectKey, String repoSlug, String revisionSha)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpost(BitbucketDeployment deployment)Send notification of a deployment to Bitbucket Server.
-
-
-
Constructor Detail
-
BitbucketDeploymentClientImpl
public BitbucketDeploymentClientImpl(BitbucketRequestExecutor bitbucketRequestExecutor, String projectKey, String repoSlug, String revisionSha)
-
-
Method Detail
-
post
public void post(BitbucketDeployment deployment)
Description copied from interface:BitbucketDeploymentClientSend notification of a deployment to Bitbucket Server.- Specified by:
postin interfaceBitbucketDeploymentClient- Parameters:
deployment- the deployment to send
-
-