Uses of Interface
com.atlassian.bamboo.docker.DockerContainerService
-
Packages that use DockerContainerService Package Description com.atlassian.bamboo.docker com.atlassian.bamboo.v2.build.agent.docker -
-
Uses of DockerContainerService in com.atlassian.bamboo.docker
Classes in com.atlassian.bamboo.docker that implement DockerContainerService Modifier and Type Class Description class
DockerContainerServiceImpl
-
Uses of DockerContainerService in com.atlassian.bamboo.v2.build.agent.docker
Constructors in com.atlassian.bamboo.v2.build.agent.docker with parameters of type DockerContainerService Constructor Description DockerContainerControllerImpl(@NotNull CommonContext context, @NotNull DockerContainerService dockerContainerService, @NotNull ProcessContextFactory processContextFactory, @NotNull CapabilityContext capabilityContext, @NotNull CustomVariableContext customVariableContext, @NotNull ProcessService processService, @NotNull HomeDirectoryLayout homeDirectoryLayout)
-