| 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 |
|---|---|
Docker |
BambooYamlPlanDefinition.getDocker() |
| Constructor and Description |
|---|
BambooYamlPlanDefinition(Plan plan,
Iterable<Stage> stages,
Iterable<Notification> notifications,
Iterable<Trigger> triggers,
Map<String,String> variables,
List<String> labels,
Docker docker,
BranchManagementConfiguration branchManagementConfiguration,
PlanBranchConfiguration planBranchConfiguration,
Iterable<com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration> other,
Optional<List<Repository>> repositories) |
| Modifier and Type | Method and Description |
|---|---|
Docker |
Environment.getDocker() |
| Constructor and Description |
|---|
Environment(String name,
String description,
Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> tasks,
Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> finalTasks,
Map<String,String> variables,
Iterable<Requirement> requirements,
Iterable<Trigger> triggers,
Iterable<Notification> notifications,
Docker docker,
Iterable<? extends com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration<?>> other) |
| Modifier and Type | Method and Description |
|---|---|
Docker |
Job.getDocker() |
| Constructor and Description |
|---|
Job(String key,
String name,
String description,
Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> tasks,
Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> finalTasks,
Iterable<Requirement> requirements,
Iterable<Artifact> artifacts,
Docker docker,
Other other,
ArtifactSubscription artifactSubscription) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.