Package com.atlassian.bamboo.variable
Interface StageVariableContext
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,Serializable
,VariableDefinitionContext
,VariableDefinitionIdentifier
- All Known Implementing Classes:
StageVariableContextImpl
public interface StageVariableContext extends VariableDefinitionContext, BambooObject
Represents state of variables in reference to stage results.
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.variable.VariableDefinitionIdentifier
ORDERING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChainStageResult
getChainStageResult()
void
setChainStageResult(ChainStageResult chainStageResult)
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.variable.VariableDefinitionContext
getKey, getValue, getVariableType, setKey, setValue, setVariableType
-
-
-
-
Method Detail
-
getChainStageResult
ChainStageResult getChainStageResult()
-
setChainStageResult
void setChainStageResult(ChainStageResult chainStageResult)
-
-