Package com.atlassian.bamboo.variable
Interface VariableSubstitution
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,Serializable
,VariableDefinitionIdentifier
,VariableSubstitutionContext
- All Known Implementing Classes:
VariableSubstitutionImpl
@Deprecated public interface VariableSubstitution extends VariableSubstitutionContext, BambooObject
Deprecated.since 5.15
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.variable.VariableDefinitionIdentifier
ORDERING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ResultsSummary
getResultSummary()
Deprecated.void
setResultSummary(ResultsSummary resultSummary)
Deprecated.-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.variable.VariableSubstitutionContext
getKey, getValue, getVariableType, setKey, setValue, setVariableType
-
-
-
-
Method Detail
-
getResultSummary
ResultsSummary getResultSummary()
Deprecated.
-
setResultSummary
void setResultSummary(ResultsSummary resultSummary)
Deprecated.
-
-