Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.common.Docker
Package
Description
Contains the internal Java class model which correspond to the most up-to-date Bamboo Specs YAML document.
-
Uses of Docker in com.atlassian.bamboo.configuration.external.yaml.properties
ModifierConstructorDescriptionBambooYamlPlanDefinition
(@NotNull Plan plan, @NotNull Iterable<Stage> stages, @NotNull Iterable<Notification> notifications, @NotNull Iterable<Trigger> triggers, @NotNull Map<String, String> variables, @Nullable List<String> labels, @Nullable Docker docker, @NotNull BranchManagementConfiguration branchManagementConfiguration, @Nullable PlanBranchConfiguration planBranchConfiguration, @Nullable Dependencies dependencies, @Nullable Iterable<com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration> other, @NotNull Optional<List<Repository>> repositories) -
Uses of Docker in com.atlassian.bamboo.configuration.external.yaml.properties.deployment
ModifierConstructorDescriptionEnvironment
(@NotNull String name, @NotNull String description, @NotNull ReleaseApprovalPrerequisite releaseApprovalPrerequisite, @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> tasks, @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> finalTasks, @NotNull Map<String, String> variables, @NotNull Iterable<Requirement> requirements, @NotNull Iterable<Trigger> triggers, @NotNull Iterable<Notification> notifications, @Nullable Docker docker, @Nullable Iterable<? extends com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration<?>> other) -
Uses of Docker in com.atlassian.bamboo.configuration.external.yaml.properties.plan
ModifierConstructorDescriptionJob
(@NotNull String key, @NotNull String name, @NotNull String description, @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> tasks, @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> finalTasks, @NotNull Iterable<Requirement> requirements, @NotNull Iterable<Artifact> artifacts, @Nullable Docker docker, @Nullable Other other, @Nullable ArtifactSubscription artifactSubscription)