Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.common.Docker
-
Packages that use Docker Package Description com.atlassian.bamboo.configuration.external.yaml.properties Contains the internal Java class model which correspond to the most up-to-date Bamboo Specs YAML document.com.atlassian.bamboo.configuration.external.yaml.properties.deployment com.atlassian.bamboo.configuration.external.yaml.properties.plan -
-
Uses of Docker in com.atlassian.bamboo.configuration.external.yaml.properties
Methods in com.atlassian.bamboo.configuration.external.yaml.properties that return Docker Modifier and Type Method Description @Nullable Docker
BambooYamlPlanDefinition. getDocker()
Constructors in com.atlassian.bamboo.configuration.external.yaml.properties with parameters of type Docker Constructor Description BambooYamlPlanDefinition(@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
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.deployment that return Docker Modifier and Type Method Description @Nullable Docker
Environment. getDocker()
Constructors in com.atlassian.bamboo.configuration.external.yaml.properties.deployment with parameters of type Docker Constructor Description Environment(@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
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.plan that return Docker Modifier and Type Method Description @Nullable Docker
Job. getDocker()
Constructors in com.atlassian.bamboo.configuration.external.yaml.properties.plan with parameters of type Docker Constructor Description Job(@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)
-