@Immutable public class BambooYamlDefinition extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
BambooYamlDefinition.Config |
Constructor and Description |
---|
BambooYamlDefinition(Project project,
List<Stage> stages) |
BambooYamlDefinition(Project project,
List<Stage> stages,
DockerConfiguration dockerConfiguration) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DockerConfiguration |
getDockerConfiguration() |
Project |
getProject() |
List<Stage> |
getStages() |
int |
hashCode() |
String |
toString() |
public BambooYamlDefinition(@NotNull Project project, @NotNull List<Stage> stages)
public BambooYamlDefinition(@NotNull Project project, @NotNull List<Stage> stages, @Nullable DockerConfiguration dockerConfiguration)
@NotNull public Project getProject()
@Nullable public DockerConfiguration getDockerConfiguration()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.