JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.atlassian.bamboo.specs.util.MapBuilder
Packages that use
MapBuilder
Package
Description
com.atlassian.bamboo.specs.util
Utility classes, such as the
BambooServer
which publishes a plan on Bamboo.
Uses of
MapBuilder
in
com.atlassian.bamboo.specs.util
Methods in
com.atlassian.bamboo.specs.util
that return
MapBuilder
Modifier and Type
Method
Description
MapBuilder
<
K
,
V
>
MapBuilder.
append
(
K
k,
V
v)
Deprecated.
use
put(Object, Object)
MapBuilder
<
K
,
V
>
MapBuilder.
put
(
K
k,
V
v)
Puts value to the map.
put(Object, Object)