Uses of Interface
com.atlassian.bamboo.Bamboo
-
Packages that use Bamboo Package Description com.atlassian.bamboo.container com.atlassian.bamboo.ww2 com.atlassian.bamboo.ww2.interceptors -
-
Uses of Bamboo in com.atlassian.bamboo.container
Classes in com.atlassian.bamboo.container that implement Bamboo Modifier and Type Class Description class
BambooContainer
This class uses an IoC container to glue together the various Bamboo build server components. -
Uses of Bamboo in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 that return Bamboo Modifier and Type Method Description protected Bamboo
BambooActionSupport. getBamboo()
Allows access to the Bamboo container. -
Uses of Bamboo in com.atlassian.bamboo.ww2.interceptors
Methods in com.atlassian.bamboo.ww2.interceptors that return Bamboo Modifier and Type Method Description Bamboo
RemoteApiLoginInterceptor. getBamboo()
Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type Bamboo Modifier and Type Method Description void
RemoteApiLoginInterceptor. setBamboo(Bamboo bamboo)
-