Package com.atlassian.bamboo.deployments
Interface CustomPreDeploymentAction
- All Superinterfaces:
BambooPluginModule
- All Known Implementing Classes:
DummyPreDeploymentAction
A custom pre deployment task that is executed on the
ExecutableBuildAgent, just before actual deployment
execution on environment. Any exception thrown or errors added to the
DeploymentContext will cause the deployment to fail.-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(@NotNull DeploymentContext deploymentContext) Execute the pre deployment task
-
Method Details
-
execute
Execute the pre deployment task- Parameters:
deploymentContext-
-