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
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.