Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
Packages that use BitbucketDeployment
Package
Description
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
-
Uses of BitbucketDeployment in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client with parameters of type BitbucketDeploymentModifier and TypeMethodDescriptionvoidBitbucketDeploymentClient.post(BitbucketDeployment deployment) Send notification of a deployment to Bitbucket Server.voidBitbucketDeploymentClientImpl.post(BitbucketDeployment deployment) -
Uses of BitbucketDeployment in com.atlassian.bitbucket.jenkins.internal.deployments
Methods in com.atlassian.bitbucket.jenkins.internal.deployments that return BitbucketDeploymentModifier and TypeMethodDescriptionBitbucketDeploymentFactory.createDeployment(Run<?, ?> run, BitbucketDeploymentEnvironment environment) Create a deployment from the providedRunandBitbucketDeploymentEnvironment.BitbucketDeploymentFactory.createDeployment(Run<?, ?> run, BitbucketDeploymentEnvironment environment, DeploymentState state) BitbucketDeploymentFactoryImpl.createDeployment(Run<?, ?> run, BitbucketDeploymentEnvironment environment) BitbucketDeploymentFactoryImpl.createDeployment(Run<?, ?> run, BitbucketDeploymentEnvironment environment, DeploymentState state) Methods in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type BitbucketDeploymentModifier and TypeMethodDescriptionvoidDeploymentPoster.postDeployment(BitbucketSCMRepository repository, String revisionSha, BitbucketDeployment deployment, Run<?, ?> run, TaskListener taskListener) Send a notification of deployment to Bitbucket Server on the provided commit.voidDeploymentPosterImpl.postDeployment(BitbucketSCMRepository repository, String revisionSha, BitbucketDeployment deployment, Run<?, ?> run, TaskListener taskListener)