Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
-
Packages that use BitbucketDeployment Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.deployments 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 BitbucketDeployment Modifier and Type Method Description void
BitbucketDeploymentClient. post(BitbucketDeployment deployment)
Send notification of a deployment to Bitbucket Server.void
BitbucketDeploymentClientImpl. post(BitbucketDeployment deployment)
-
Uses of BitbucketDeployment in com.atlassian.bitbucket.jenkins.internal.deployments
Methods in com.atlassian.bitbucket.jenkins.internal.deployments that return BitbucketDeployment Modifier and Type Method Description BitbucketDeployment
BitbucketDeploymentFactory. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment)
Create a deployment from the providedRun
andBitbucketDeploymentEnvironment
.BitbucketDeployment
BitbucketDeploymentFactory. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment, DeploymentState state)
BitbucketDeployment
BitbucketDeploymentFactoryImpl. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment)
BitbucketDeployment
BitbucketDeploymentFactoryImpl. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment, DeploymentState state)
Methods in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type BitbucketDeployment Modifier and Type Method Description void
DeploymentPoster. postDeployment(BitbucketSCMRepository repository, String revisionSha, BitbucketDeployment deployment, Run<?,?> run, TaskListener taskListener)
Send a notification of deployment to Bitbucket Server on the provided commit.void
DeploymentPosterImpl. postDeployment(BitbucketSCMRepository repository, String revisionSha, BitbucketDeployment deployment, Run<?,?> run, TaskListener taskListener)
-