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.common | |
com.atlassian.bamboo.configuration.external.yaml.properties.deployment |
Modifier and Type | Method and Description |
---|---|
List<Notification> |
BambooYamlPlanDefinition.getNotifications() |
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 |
---|---|
static Notification |
Notification.createDefaultNotification() |
Modifier and Type | Method and Description |
---|---|
List<Notification> |
Environment.getNotifications() |
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) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.