public class ChainStateCreationRequestResultImpl extends Object implements ChainStateCreationRequestResult
| Constructor and Description |
|---|
ChainStateCreationRequestResultImpl(ErrorCollection errors,
ChainState chainState) |
| Modifier and Type | Method and Description |
|---|---|
ChainState |
getChainState() |
Long |
getDeploymentResultId()
The id of the result of the executing Environment
|
ErrorCollection |
getErrors()
Any errors that occurred during the execution request
|
PlanResultKey |
getPlanResultKey()
The
PlanResultKey of the executing Plan |
public ChainStateCreationRequestResultImpl(@NotNull
ErrorCollection errors,
ChainState chainState)
public ChainState getChainState()
getChainState in interface ChainStateCreationRequestResult@NotNull public ErrorCollection getErrors()
ExecutionRequestResultgetErrors in interface ExecutionRequestResultpublic PlanResultKey getPlanResultKey()
ExecutionRequestResultPlanResultKey of the executing PlangetPlanResultKey in interface ExecutionRequestResult@Nullable public Long getDeploymentResultId()
ExecutionRequestResultgetDeploymentResultId in interface ExecutionRequestResultCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.