@Immutable public class BambooYamlDeploymentDefinition extends Object implements BambooYamlDefinition
Modifier and Type | Class and Description |
---|---|
static interface |
BambooYamlDeploymentDefinition.Config |
Constructor and Description |
---|
BambooYamlDeploymentDefinition(DeploymentProject deploymentProject,
ReleaseNaming releaseNaming,
Iterable<Environment> environments) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Environment> |
getEnvironments() |
String |
getName() |
ReleaseNaming |
getReleaseNaming() |
String |
getSourcePlan() |
int |
hashCode() |
String |
toString() |
public BambooYamlDeploymentDefinition(@NotNull DeploymentProject deploymentProject, @NotNull ReleaseNaming releaseNaming, @NotNull Iterable<Environment> environments)
@NotNull public String getName()
@NotNull public String getSourcePlan()
@NotNull public ReleaseNaming getReleaseNaming()
@NotNull public List<Environment> getEnvironments()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.