com.atlassian.bamboo.variable
Interface VariableSubstitution

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

public interface VariableSubstitution
extends VariableSubstitutionContext, BambooObject


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.variable.VariableDefinitionIdentifier
ORDERING
 
Method Summary
 ResultsSummary getResultSummary()
           
 void setResultSummary(ResultsSummary resultSummary)
           
 
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

getResultSummary

ResultsSummary getResultSummary()

setResultSummary

void setResultSummary(ResultsSummary resultSummary)


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