|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.chains.ChainStateCreationRequestResultImpl
public class ChainStateCreationRequestResultImpl
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 |
---|
public ChainStateCreationRequestResultImpl(@NotNull ErrorCollection errors, ChainState chainState)
Method Detail |
---|
public ChainState getChainState()
getChainState
in interface ChainStateCreationRequestResult
@NotNull public ErrorCollection getErrors()
ExecutionRequestResult
getErrors
in interface ExecutionRequestResult
public PlanResultKey getPlanResultKey()
ExecutionRequestResult
PlanResultKey
of the executing Plan
getPlanResultKey
in interface ExecutionRequestResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |