com.atlassian.bamboo.chains
Interface ChainExecutionRequestResult

All Superinterfaces:
ExecutionRequestResult

public interface ChainExecutionRequestResult
extends ExecutionRequestResult

Result for ChainExecutionManager.start(Chain, BuildDetectionAction)


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

Method Detail

getChainExecution

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


Copyright © 2011 Atlassian. All Rights Reserved.