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 classDeploymentNotifierStep for configuring deployment notification in freestyle jobs.classDeploymentStepImplStep for configuring deployment notifications.Methods in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type DeploymentStep Modifier and Type Method Description static BitbucketDeploymentEnvironmentDeploymentStepUtils. getEnvironment(DeploymentStep step, Run<?,?> run, TaskListener listener)Create aBitbucketDeploymentEnvironment. 
 -