Interface EnvironmentTriggeringResult
-
- All Superinterfaces:
ExecutionRequestResult
- All Known Implementing Classes:
EnvironmentTriggeringResultImpl
@Internal @ExperimentalApi public interface EnvironmentTriggeringResult extends ExecutionRequestResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable DeploymentContext
getDeploymentContext()
TheDeploymentContext
produced by a successful execution of aEnvironmentTriggeringAction
-
Methods inherited from interface com.atlassian.bamboo.plan.ExecutionRequestResult
getDeploymentResultId, getErrors, getPlanResultKey
-
-
-
-
Method Detail
-
getDeploymentContext
@Nullable @Nullable DeploymentContext getDeploymentContext()
TheDeploymentContext
produced by a successful execution of aEnvironmentTriggeringAction
- Returns:
- buildContext or null if not available
-
-