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
 ChainStageResult getChainStageResult()
           
 void setChainStageResult(ChainStageResult chainStageResult)
           
 
Methods inherited from interface com.atlassian.bamboo.variable.VariableDefinitionContext
getKey, getValue, getVariableType, setKey, setValue, setVariableType
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getChainStageResult

ChainStageResult getChainStageResult()

setChainStageResult

void setChainStageResult(ChainStageResult chainStageResult)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.