Uses of Class
com.atlassian.bamboo.chains.ExecutionContext
Packages that use ExecutionContext
-
Uses of ExecutionContext in com.atlassian.bamboo.chains
Subclasses of ExecutionContext in com.atlassian.bamboo.chainsModifier and TypeClassDescriptionfinal class
Stores non-persistant contextual data during the execution of aChain
and itsChainStage
sKey
references are weak.Methods in com.atlassian.bamboo.chains that return ExecutionContextModifier 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