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()
ExecutionRequestResult
getErrors
in interface ExecutionRequestResult
public PlanResultKey getPlanResultKey()
ExecutionRequestResult
PlanResultKey
of the executing Plan
getPlanResultKey
in interface ExecutionRequestResult
@Nullable public Long getDeploymentResultId()
ExecutionRequestResult
getDeploymentResultId
in interface ExecutionRequestResult
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.