Uses of Interface
com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStep
-
Packages that use DeploymentStep Package Description com.atlassian.bitbucket.jenkins.internal.deployments Add package level annotations to indicate everything is non-null by default. -
-
Uses of DeploymentStep in com.atlassian.bitbucket.jenkins.internal.deployments
Classes in com.atlassian.bitbucket.jenkins.internal.deployments that implement DeploymentStep Modifier and Type Class Description class
DeploymentNotifier
Step for configuring deployment notification in freestyle jobs.class
DeploymentStepImpl
Step for configuring deployment notifications.Methods in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type DeploymentStep Modifier and Type Method Description static BitbucketDeploymentEnvironment
DeploymentStepUtils. getEnvironment(DeploymentStep step, Run<?,?> run, TaskListener listener)
Create aBitbucketDeploymentEnvironment
.
-