com.atlassian.bamboo.chains
Class ChainStateCreationRequestResultImpl

java.lang.Object
  extended by com.atlassian.bamboo.chains.ChainStateCreationRequestResultImpl
All Implemented Interfaces:
ChainStateCreationRequestResult, ExecutionRequestResult

public class ChainStateCreationRequestResultImpl
extends java.lang.Object
implements ChainStateCreationRequestResult


Constructor Summary
ChainStateCreationRequestResultImpl(ErrorCollection errors, ChainState chainState)
           
 
Method Summary
 ChainState getChainState()
           
 ErrorCollection getErrors()
          Any errors that occured during the execution request
 PlanResultKey getPlanResultKey()
          The PlanResultKey of the executing Plan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainStateCreationRequestResultImpl

public ChainStateCreationRequestResultImpl(@NotNull
                                           ErrorCollection errors,
                                           ChainState chainState)
Method Detail

getChainState

public ChainState getChainState()
Specified by:
getChainState in interface ChainStateCreationRequestResult

getErrors

@NotNull
public ErrorCollection getErrors()
Description copied from interface: ExecutionRequestResult
Any errors that occured during the execution request

Specified by:
getErrors in interface ExecutionRequestResult
Returns:

getPlanResultKey

public PlanResultKey getPlanResultKey()
Description copied from interface: ExecutionRequestResult
The PlanResultKey of the executing Plan

Specified by:
getPlanResultKey in interface ExecutionRequestResult
Returns:
planResultKey or null if request failed


Copyright © 2012 Atlassian. All Rights Reserved.