com.atlassian.bamboo.variable
Class VariableSubstitutionImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.variable.VariableSubstitutionImpl
- All Implemented Interfaces:
- BambooIdProvider, BambooObject, VariableSubstitution, VariableSubstitutionContext, java.io.Serializable, java.lang.Cloneable
public class VariableSubstitutionImpl
- extends BambooEntityObject
- implements VariableSubstitution
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
VariableSubstitutionImpl
public VariableSubstitutionImpl()
VariableSubstitutionImpl
public VariableSubstitutionImpl(java.lang.String key,
java.lang.String value,
VariableType variableType,
ResultsSummary resultSummary)
getKey
public java.lang.String getKey()
- Specified by:
getKey
in interface VariableSubstitutionContext
- Returns:
- variable identifier
setKey
public void setKey(java.lang.String key)
- Specified by:
setKey
in interface VariableSubstitutionContext
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface VariableSubstitutionContext
- Returns:
- variable value
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue
in interface VariableSubstitutionContext
getResultSummary
public ResultsSummary getResultSummary()
- Specified by:
getResultSummary
in interface VariableSubstitution
setResultSummary
public void setResultSummary(ResultsSummary resultSummary)
- Specified by:
setResultSummary
in interface VariableSubstitution
getVariableType
public VariableType getVariableType()
- Specified by:
getVariableType
in interface VariableSubstitutionContext
- Returns:
- variable type
setVariableType
public void setVariableType(VariableType variableType)
- Specified by:
setVariableType
in interface VariableSubstitutionContext
Copyright © 2012 Atlassian. All Rights Reserved.