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