| Package | Description |
|---|---|
| com.atlassian.bamboo.configuration.external.yaml | |
| it.com.atlassian.bamboo.configuration.external.yaml.export |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooYamlPlanDefinition |
BambooYamlParserImpl.parsePlan(@NotNull Map<String,Object> rawYamlStructure,
@NotNull BambooYamlVersion yamlVersion,
@NotNull VcsRepositoryData repository,
@NotNull RssExecutionOutputHandler stdout) |
@NotNull BambooYamlPlanDefinition |
BambooYamlParser.parsePlan(@NotNull Map<String,Object> yamlStructure,
@NotNull BambooYamlVersion yamlVersion,
@NotNull VcsRepositoryData repository,
@NotNull RssExecutionOutputHandler stdout)
Constructs an instance of
BambooYamlPlanDefinition based on the given YAML structure. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.atlassian.bamboo.specs.api.builders.plan.Plan |
BambooYamlToSpecsConverter.createPlan(@NotNull BambooYamlPlanDefinition planDefinition,
@NotNull VcsRepositoryData repository)
Create a new instance of a specs
Plan for the given YAML plan definition. |
@NotNull com.atlassian.bamboo.specs.api.builders.plan.Plan |
BambooYamlToSpecsConverterImpl.createPlan(@NotNull BambooYamlPlanDefinition yamlPlan,
@NotNull VcsRepositoryData repository) |
void |
BambooYamlValidator.validatePlan(@NotNull BambooYamlPlanDefinition planDefinition,
@NotNull VcsRepositoryData repository)
Validates an instance of
BambooYamlPlanDefinition. |
void |
BambooYamlValidatorImpl.validatePlan(@NotNull BambooYamlPlanDefinition bambooYamlDefinition,
@NotNull VcsRepositoryData repository) |
| Modifier and Type | Method and Description |
|---|---|
BambooYamlPlanDefinition |
YamlFromFile.PlanTestData.getExpected() |
| Constructor and Description |
|---|
PlanTestData(String fileName,
BambooYamlVersion version,
BambooYamlPlanDefinition expected) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.