com.atlassian.bamboo.chains
Interface ChainExecutionRequestResult

All Superinterfaces:
ExecutionRequestResult

public interface ChainExecutionRequestResult
extends ExecutionRequestResult

Result for ChainExecutionManager#start(com.atlassian.bamboo.plan.cache.ImmutableChain, BuildDetectionAction)


Method Summary
 ChainExecution getChainExecution()
           
 
Methods inherited from interface com.atlassian.bamboo.plan.ExecutionRequestResult
getDeploymentResultId, getErrors, getPlanResultKey
 

Method Detail

getChainExecution

@Nullable
ChainExecution getChainExecution()
Returns:
ChainExecution representing the successful Chain execution request


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