Uses of Interface
com.atlassian.bamboo.configuration.ConfigurationMap
-
Uses of ConfigurationMap in com.atlassian.bamboo.configuration
Modifier and TypeClassDescriptionfinal class
A delegatingMap
implementation with type converters -
Uses of ConfigurationMap in com.atlassian.bamboo.task
Modifier and TypeMethodDescription@NotNull ConfigurationMap
CommonTaskContext.getConfigurationMap()
AMap
ofString
values fromTaskDefinition.getConfiguration()
where the values have gone through variable substitution throughCustomVariableContext.substituteString(String)
.@NotNull ConfigurationMap
CommonTaskContextImpl.getConfigurationMap()
@NotNull ConfigurationMap
TaskContext.getConfigurationMap()
AMap
ofString
values fromTaskDefinition.getConfiguration()
where the values have gone through variable substitution throughCustomVariableContext.substituteString(String)
.