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 BambooYamlPlanDefinitionBambooYamlParser. parsePlan(@NotNull Map<String,Object> yamlStructure, @NotNull BambooYamlVersion yamlVersion, @NotNull VcsRepositoryData repository, @NotNull RssExecutionOutputHandler stdout)Constructs an instance ofBambooYamlPlanDefinitionbased on the given YAML structure.@NotNull BambooYamlPlanDefinitionBambooYamlParserImpl. 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.PlanBambooYamlToSpecsConverter. createPlan(@NotNull BambooYamlPlanDefinition planDefinition, @NotNull VcsRepositoryData repository)Create a new instance of a specsPlanfor the given YAML plan definition.@NotNull com.atlassian.bamboo.specs.api.builders.plan.PlanBambooYamlToSpecsConverterImpl. createPlan(@NotNull BambooYamlPlanDefinition yamlPlan, @NotNull VcsRepositoryData repository)voidBambooYamlValidator. validatePlan(@NotNull BambooYamlPlanDefinition planDefinition, @NotNull VcsRepositoryData repository)Validates an instance ofBambooYamlPlanDefinition.voidBambooYamlValidatorImpl. 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 BambooYamlPlanDefinitionYamlFromFile.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)
-