Uses of Class
com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration
-
Packages that use DockerConfiguration Package Description com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.builders.docker Builder classes for Docker configuration.com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs. -
-
Uses of DockerConfiguration in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type DockerConfiguration Modifier and Type Method Description EnvironmentEnvironment. dockerConfiguration(@NotNull DockerConfiguration dockerConfiguration)Configure Docker for this environment. -
Uses of DockerConfiguration in com.atlassian.bamboo.specs.api.builders.docker
Methods in com.atlassian.bamboo.specs.api.builders.docker that return DockerConfiguration Modifier and Type Method Description DockerConfigurationDockerConfiguration. dockerRunArguments(@NotNull java.lang.String... arguments)Add additional arguments to the 'docker run' command used to start docker container.DockerConfigurationDockerConfiguration. enabled(boolean enabled)Enable or disable Docker.DockerConfigurationDockerConfiguration. image(@NotNull java.lang.String image)Specify the name of the Docker image to use.DockerConfigurationDockerConfiguration. volume(@NotNull java.lang.String hostDirectory, @NotNull java.lang.String containerDirectory)Add a volume to the Docker configuration.DockerConfigurationDockerConfiguration. withoutDefaultVolumes()Removes default volumes from the Docker configuration. -
Uses of DockerConfiguration in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type DockerConfiguration Modifier and Type Method Description JobJob. dockerConfiguration(@NotNull DockerConfiguration dockerConfiguration)Configure Docker for this job.
-