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
-
Constructor Summary
ConstructorDescriptionBambooYamlDeploymentDefinition
(@NotNull DeploymentProject deploymentProject, @NotNull ReleaseNaming releaseNaming, @NotNull Iterable<Environment> environments) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull String
@NotNull List<Environment>
@NotNull String
getName()
@NotNull ReleaseNaming
@NotNull String
int
hashCode()
toString()
-
Constructor Details
-
BambooYamlDeploymentDefinition
public BambooYamlDeploymentDefinition(@NotNull @NotNull DeploymentProject deploymentProject, @NotNull @NotNull ReleaseNaming releaseNaming, @NotNull @NotNull Iterable<Environment> environments)
-
-
Method Details