@ExperimentalApi public interface CustomPreDeploymentAction extends BambooPluginModule
ExecutableBuildAgent
, just before actual deployment
execution on environment. Any exception thrown or errors added to the
DeploymentContext
will cause the deployment to fail.Modifier and Type | Method and Description |
---|---|
void |
execute(DeploymentContext deploymentContext)
Execute the pre deployment task
|
void execute(@NotNull DeploymentContext deploymentContext)
deploymentContext
- Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.