Package com.atlassian.bamboo.chains
Interface ChainExecutionRequestResult
-
- All Superinterfaces:
ExecutionRequestResult
@Internal public interface ChainExecutionRequestResult extends ExecutionRequestResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ChainExecution
getChainExecution()
-
Methods inherited from interface com.atlassian.bamboo.plan.ExecutionRequestResult
getDeploymentResultId, getErrors, getPlanResultKey
-
-
-
-
Method Detail
-
getChainExecution
@Nullable @Nullable ChainExecution getChainExecution()
- Returns:
ChainExecution
representing the successfulChain
execution request
-
-