| Package | Description |
|---|---|
| com.atlassian.bamboo.configuration.external.yaml | |
| it.com.atlassian.bamboo.configuration.external.yaml.export |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooYamlDeploymentDefinition |
BambooYamlParserImpl.parseDeployment(@NotNull Map<String,Object> structure,
@NotNull BambooYamlVersion yamlVersion,
@NotNull VcsRepositoryData repository) |
@NotNull BambooYamlDeploymentDefinition |
BambooYamlParser.parseDeployment(@NotNull Map<String,Object> yamlStructure,
@NotNull BambooYamlVersion yamlVersion,
@NotNull VcsRepositoryData repository)
Constructs an instance of
BambooYamlDeploymentDefinition based on the given YAML structure. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.atlassian.bamboo.specs.api.builders.deployment.Deployment |
BambooYamlToSpecsConverterImpl.createDeploymentProject(@NotNull BambooYamlDeploymentDefinition deploymentDefinition,
@NotNull VcsRepositoryData repository) |
@NotNull com.atlassian.bamboo.specs.api.builders.deployment.Deployment |
BambooYamlToSpecsConverter.createDeploymentProject(@NotNull BambooYamlDeploymentDefinition deploymentDefinition,
@NotNull VcsRepositoryData repository)
Create a new instance of a specs
Deployment for the given YAML deployment definition. |
void |
BambooYamlValidatorImpl.validateDeployment(@NotNull BambooYamlDeploymentDefinition deploymentDefinition,
@NotNull List<com.atlassian.bamboo.specs.api.builders.plan.Plan> plansInYaml) |
void |
BambooYamlValidator.validateDeployment(@NotNull BambooYamlDeploymentDefinition deploymentDefinition,
@NotNull List<com.atlassian.bamboo.specs.api.builders.plan.Plan> plansInYaml)
Validates an instance of
BambooYamlDeploymentDefinition. |
| Modifier and Type | Method and Description |
|---|---|
BambooYamlDeploymentDefinition |
YamlFromFile.DeploymentTestData.getExpected() |
| Constructor and Description |
|---|
DeploymentTestData(String fileName,
BambooYamlDeploymentDefinition expected) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.