Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.BambooYamlPlanDefinition
Package
Description
-
Uses of BambooYamlPlanDefinition in com.atlassian.bamboo.configuration.external.yaml
Modifier and TypeMethodDescription@NotNull BambooYamlPlanDefinition
BambooYamlParser.parsePlan
(@NotNull Map<String, Object> yamlStructure, @NotNull BambooYamlVersion yamlVersion, @NotNull VcsRepositoryData repository, @NotNull RssExecutionOutputHandler stdout) Constructs an instance ofBambooYamlPlanDefinition
based on the given YAML structure.@NotNull BambooYamlPlanDefinition
BambooYamlParserImpl.parsePlan
(@NotNull Map<String, Object> rawYamlStructure, @NotNull BambooYamlVersion yamlVersion, @NotNull VcsRepositoryData repository, @NotNull RssExecutionOutputHandler stdout) Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.plan.Plan
BambooYamlToSpecsConverter.createPlan
(@NotNull BambooYamlPlanDefinition planDefinition, @NotNull VcsRepositoryData repository) Create a new instance of a specsPlan
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 ofBambooYamlPlanDefinition
.void
BambooYamlValidatorImpl.validatePlan
(@NotNull BambooYamlPlanDefinition bambooYamlDefinition, @NotNull VcsRepositoryData repository) -
Uses of BambooYamlPlanDefinition in it.com.atlassian.bamboo.configuration.external.yaml.export
ModifierConstructorDescriptionPlanTestData
(String fileName, BambooYamlVersion version, BambooYamlPlanDefinition expected)