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
ConstructorsConstructorDescriptionChainStateCreationRequestResultImpl(@NotNull ErrorCollection errors, ChainState chainState) -
Method Summary
Modifier and TypeMethodDescription@Nullable LongThe id of the result of the executing Environment@NotNull ErrorCollectionAny errors that occurred during the execution requestThePlanResultKeyof the executingPlan
-
Constructor Details
-
ChainStateCreationRequestResultImpl
public ChainStateCreationRequestResultImpl(@NotNull @NotNull ErrorCollection errors, ChainState chainState)
-
-
Method Details
-
getChainState
- Specified by:
getChainStatein interfaceChainStateCreationRequestResult
-
getErrors
Description copied from interface:ExecutionRequestResultAny errors that occurred during the execution request- Specified by:
getErrorsin interfaceExecutionRequestResult- Returns:
-
getPlanResultKey
Description copied from interface:ExecutionRequestResultThePlanResultKeyof the executingPlan- Specified by:
getPlanResultKeyin interfaceExecutionRequestResult- Returns:
- planResultKey or null if request failed
-
getDeploymentResultId
Description copied from interface:ExecutionRequestResultThe id of the result of the executing Environment- Specified by:
getDeploymentResultIdin interfaceExecutionRequestResult- Returns:
- if or null if request failed
-