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