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 voidBitbucketDeploymentClient. 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 BitbucketDeployment Modifier and Type Method Description BitbucketDeploymentBitbucketDeploymentFactory. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment)Create a deployment from the providedRunandBitbucketDeploymentEnvironment.BitbucketDeploymentBitbucketDeploymentFactory. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment, DeploymentState state)BitbucketDeploymentBitbucketDeploymentFactoryImpl. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment)BitbucketDeploymentBitbucketDeploymentFactoryImpl. 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 voidDeploymentPoster. 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)
-