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