Class BambooYamlDeploymentDefinition
java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.BambooYamlDeploymentDefinition
- All Implemented Interfaces:
BambooYamlDefinition
@Immutable
public class BambooYamlDeploymentDefinition
extends Object
implements BambooYamlDefinition
Definition of a deployment project imported through Bamboo Specs YAML.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBambooYamlDeploymentDefinition(@NotNull DeploymentProject deploymentProject, @NotNull ReleaseNaming releaseNaming, @NotNull Iterable<Environment> environments) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull String@NotNull List<Environment> @NotNull StringgetName()@NotNull ReleaseNaming@NotNull StringinthashCode()toString()
-
Constructor Details
-
BambooYamlDeploymentDefinition
public BambooYamlDeploymentDefinition(@NotNull @NotNull DeploymentProject deploymentProject, @NotNull @NotNull ReleaseNaming releaseNaming, @NotNull @NotNull Iterable<Environment> environments)
-
-
Method Details