Uses of Class
com.atlassian.bamboo.chains.ExecutionContext
-
Uses of ExecutionContext in com.atlassian.bamboo.chains
Modifier and TypeClassDescriptionfinal class
Stores non-persistant contextual data during the execution of aChain
and itsChainStage
sKey
references are weak.Modifier and TypeMethodDescription@NotNull ExecutionContext
ChainExecution.getExecutionContext()
Stores contextual data for the currentChainExecution
@NotNull ExecutionContext
ChainState.getExecutionContext()
Stores contextual data for the currentChainState
@NotNull ExecutionContext
StageExecution.getExecutionContext()
Stores contextual data for the currentStageExecution
@NotNull ExecutionContext
StageState.getExecutionContext()
Stores contextual data for the currentStageState