Uses of Class
com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration
Package
Description
Deployment project and environments.
Builder classes for Docker configuration.
Plan, plan branches, stages and jobs.
-
Uses of DockerConfiguration in com.atlassian.bamboo.specs.api.builders.deployment
Modifier and TypeMethodDescriptionEnvironment.dockerConfiguration
(@NotNull DockerConfiguration dockerConfiguration) Configure Docker for this environment. -
Uses of DockerConfiguration in com.atlassian.bamboo.specs.api.builders.docker
Modifier and TypeMethodDescriptionDockerConfiguration.dockerRunArguments
(@NotNull String... arguments) Add additional arguments to the 'docker run' command used to start docker container.DockerConfiguration.enabled
(boolean enabled) Enable or disable Docker.Specify the name of the Docker image to use.Add a volume to the Docker configuration.DockerConfiguration.withoutDefaultVolumes()
Removes default volumes from the Docker configuration. -
Uses of DockerConfiguration in com.atlassian.bamboo.specs.api.builders.plan
Modifier and TypeMethodDescriptionJob.dockerConfiguration
(@NotNull DockerConfiguration dockerConfiguration) Configure Docker for this job.