Package com.atlassian.bamboo.chains
Interface ChainStateCreationRequestResult
-
- All Superinterfaces:
ExecutionRequestResult
- All Known Implementing Classes:
ChainStateCreationRequestResultImpl
@ExperimentalApi public interface ChainStateCreationRequestResult extends ExecutionRequestResult
ExecutionRequestResult that optionally returns a state- Since:
- v4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ChainState
getChainState()
-
Methods inherited from interface com.atlassian.bamboo.plan.ExecutionRequestResult
getDeploymentResultId, getErrors, getPlanResultKey
-
-
-
-
Method Detail
-
getChainState
@Nullable @Nullable ChainState getChainState()
-
-