| 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 |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Docker |
BambooYamlPlanDefinition.getDocker() |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Docker |
Environment.getDocker() |
| Constructor and Description |
|---|
Environment(@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 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) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Docker |
Job.getDocker() |
| Constructor and 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) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.