| 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(@NotNull 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(@NotNull String image)
Specify the name of the Docker image to use.
|
DockerConfiguration |
DockerConfiguration.volume(@NotNull String hostDirectory,
@NotNull 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(@NotNull DockerConfiguration dockerConfiguration)
Configure Docker for this job.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.