com.atlassian.bamboo.deployments.execution.triggering
Interface EnvironmentTriggeringResult

All Superinterfaces:
ExecutionRequestResult
All Known Implementing Classes:
EnvironmentTriggeringResultImpl

public interface EnvironmentTriggeringResult
extends ExecutionRequestResult


Method Summary
 DeploymentContext getDeploymentContext()
          The DeploymentContext produced by a successful execution of a EnvironmentTriggeringAction
 
Methods inherited from interface com.atlassian.bamboo.plan.ExecutionRequestResult
getDeploymentResultId, getErrors, getPlanResultKey
 

Method Detail

getDeploymentContext

@Nullable
DeploymentContext getDeploymentContext()
The DeploymentContext produced by a successful execution of a EnvironmentTriggeringAction

Returns:
buildContext or null if not available


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.