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.
|
Modifier and Type | Method and Description |
---|---|
Environment |
Environment.dockerConfiguration(DockerConfiguration dockerConfiguration)
Configure Docker for this environment.
|
Modifier and Type | Method and Description |
---|---|
DockerConfiguration |
DockerConfiguration.dockerRunArguments(String... arguments)
Add additional arguments to the 'docker run' command used to start docker container.
|
DockerConfiguration |
DockerConfiguration.enabled(boolean enabled)
Enable or disable Docker.
|
DockerConfiguration |
DockerConfiguration.image(String image)
Specify the name of the Docker image to use.
|
DockerConfiguration |
DockerConfiguration.volume(String hostDirectory,
String containerDirectory)
Add a volume to the Docker configuration.
|
DockerConfiguration |
DockerConfiguration.withoutDefaultVolumes()
Removes default volumes from the Docker configuration.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.dockerConfiguration(DockerConfiguration dockerConfiguration)
Configure Docker for this job.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.