com.atlassian.bamboo.variable.baseline
Interface VariableBaselineItem

All Superinterfaces:
BambooIdProvider, BambooObject, java.io.Serializable, VariableDefinitionIdentifier, VariableSubstitutionContext
All Known Implementing Classes:
VariableBaselineItemImpl

public interface VariableBaselineItem
extends VariableSubstitutionContext, BambooObject

In order to ensure that resumed job execution happens in the same variable context as its first run, all the variable assignments need to be saved for future use. VariableBaselineItemrepresents single variable assignment. See also: VariableContextBaseline


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.variable.VariableDefinitionIdentifier
ORDERING
 
Method Summary
 VariableContextBaseline getOwningBaseline()
           
 void setOwningBaseline(VariableContextBaseline owningBaseline)
           
 
Methods inherited from interface com.atlassian.bamboo.variable.VariableSubstitutionContext
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

getOwningBaseline

@NotNull
VariableContextBaseline getOwningBaseline()
Since:
5.0

setOwningBaseline

void setOwningBaseline(@NotNull
                       VariableContextBaseline owningBaseline)
Since:
5.0


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.