@Immutable public class BambooYamlPlanDefinition extends Object implements BambooYamlDefinition
Modifier and Type | Class and Description |
---|---|
static interface |
BambooYamlPlanDefinition.Config |
Constructor and Description |
---|
BambooYamlPlanDefinition(Plan plan,
Iterable<Stage> stages,
Iterable<Trigger> triggers,
Map<String,String> variables,
Docker docker,
Iterable<com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration> other) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Docker |
getDocker() |
List<com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration> |
getOther() |
Plan |
getPlan() |
List<Stage> |
getStages() |
List<Trigger> |
getTriggers() |
Map<String,String> |
getVariables() |
int |
hashCode() |
String |
toString() |
public BambooYamlPlanDefinition(@NotNull Plan plan, @NotNull Iterable<Stage> stages, @NotNull Iterable<Trigger> triggers, @NotNull Map<String,String> variables, @Nullable Docker docker, @Nullable Iterable<com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration> other)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.