Package com.atlassian.bamboo.chains
Class ChainStateCreationRequestResultImpl
java.lang.Object
com.atlassian.bamboo.chains.ChainStateCreationRequestResultImpl
- All Implemented Interfaces:
ChainStateCreationRequestResult
,ExecutionRequestResult
public class ChainStateCreationRequestResultImpl
extends Object
implements ChainStateCreationRequestResult
-
Constructor Summary
ConstructorDescriptionChainStateCreationRequestResultImpl
(@NotNull ErrorCollection errors, ChainState chainState) -
Method Summary
Modifier and TypeMethodDescription@Nullable Long
The id of the result of the executing Environment@NotNull ErrorCollection
Any errors that occurred during the execution requestThePlanResultKey
of the executingPlan
-
Constructor Details
-
ChainStateCreationRequestResultImpl
public ChainStateCreationRequestResultImpl(@NotNull @NotNull ErrorCollection errors, ChainState chainState)
-
-
Method Details
-
getChainState
- Specified by:
getChainState
in interfaceChainStateCreationRequestResult
-
getErrors
Description copied from interface:ExecutionRequestResult
Any errors that occurred during the execution request- Specified by:
getErrors
in interfaceExecutionRequestResult
- Returns:
-
getPlanResultKey
Description copied from interface:ExecutionRequestResult
ThePlanResultKey
of the executingPlan
- Specified by:
getPlanResultKey
in interfaceExecutionRequestResult
- Returns:
- planResultKey or null if request failed
-
getDeploymentResultId
Description copied from interface:ExecutionRequestResult
The id of the result of the executing Environment- Specified by:
getDeploymentResultId
in interfaceExecutionRequestResult
- Returns:
- if or null if request failed
-