Uses of Interface
com.atlassian.bamboo.configuration.ConfigurationMap
Packages that use ConfigurationMap
-
Uses of ConfigurationMap in com.atlassian.bamboo.configuration
Classes in com.atlassian.bamboo.configuration that implement ConfigurationMapModifier and TypeClassDescriptionfinal class
A delegatingMap
implementation with type converters -
Uses of ConfigurationMap in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return ConfigurationMapModifier 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)
.