com.atlassian.bamboo.chains
Interface ChainStateCreationRequestResult

All Superinterfaces:
ExecutionRequestResult
All Known Implementing Classes:
ChainStateCreationRequestResultImpl

@ExperimentalApi
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
getDeploymentResultId, getErrors, getPlanResultKey
 

Method Detail

getChainState

@Nullable
ChainState getChainState()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.