Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.BambooYamlPlanDefinition
-
Packages that use BambooYamlPlanDefinition Package Description com.atlassian.bamboo.configuration.external.yaml it.com.atlassian.bamboo.configuration.external.yaml.export -
-
Uses of BambooYamlPlanDefinition in com.atlassian.bamboo.configuration.external.yaml
Methods in com.atlassian.bamboo.configuration.external.yaml that return BambooYamlPlanDefinition Modifier and Type Method Description @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)
Methods in com.atlassian.bamboo.configuration.external.yaml with parameters of type BambooYamlPlanDefinition Modifier and Type Method Description @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
Methods in it.com.atlassian.bamboo.configuration.external.yaml.export that return BambooYamlPlanDefinition Modifier and Type Method Description BambooYamlPlanDefinition
YamlFromFile.PlanTestData. getExpected()
Constructors in it.com.atlassian.bamboo.configuration.external.yaml.export with parameters of type BambooYamlPlanDefinition Constructor Description PlanTestData(String fileName, BambooYamlVersion version, BambooYamlPlanDefinition expected)
-