com.atlassian.bamboo.variable.baseline
Interface VariableContextBaseline

All Superinterfaces:
BambooIdProvider, BambooObject
All Known Implementing Classes:
VariableContextBaselineImpl

public interface VariableContextBaseline
extends BambooObject

Collection of VariableBaselineItem 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. This class represents complete set of variables used during a deployment execution.

Since:
5.0

Method Summary
 VariableBaselineItem findByKey(java.lang.String key)
           
 com.google.common.collect.ImmutableList<VariableBaselineItem> getVariables()
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getVariables

com.google.common.collect.ImmutableList<VariableBaselineItem> getVariables()

findByKey

@Nullable
VariableBaselineItem findByKey(java.lang.String key)


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