com.atlassian.bamboo.variable
Interface VariableSubstitutionContext

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
VariableSubstitution
All Known Implementing Classes:
VariableSubstitutionContextImpl, VariableSubstitutionImpl

public interface VariableSubstitutionContext
extends java.io.Serializable


Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 VariableType getVariableType()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 void setVariableType(VariableType variableType)
           
 

Method Detail

getKey

java.lang.String getKey()

setKey

void setKey(java.lang.String key)

getValue

java.lang.String getValue()

setValue

void setValue(java.lang.String value)

getVariableType

VariableType getVariableType()

setVariableType

void setVariableType(VariableType variableType)


Copyright © 2011 Atlassian. All Rights Reserved.