com.atlassian.bamboo.chains
Interface ChainStateCreationRequestResult

All Superinterfaces:
ExecutionRequestResult
All Known Implementing Classes:
ChainStateCreationRequestResultImpl

public interface ChainStateCreationRequestResult
extends ExecutionRequestResult

ExecutionRequestResult that optionally returns a state

Since:
v4.2

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

Method Detail

getChainState

@Nullable
ChainState getChainState()


Copyright © 2012 Atlassian. All Rights Reserved.