Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.BambooYamlDeploymentDefinition
Packages that use BambooYamlDeploymentDefinition
Package
Description
-
Uses of BambooYamlDeploymentDefinition in com.atlassian.bamboo.configuration.external.yaml
Methods in com.atlassian.bamboo.configuration.external.yaml that return BambooYamlDeploymentDefinitionModifier and TypeMethodDescription@NotNull BambooYamlDeploymentDefinition
BambooYamlParser.parseDeployment
(@NotNull Map<String, Object> yamlStructure, @NotNull BambooYamlVersion yamlVersion, @NotNull VcsRepositoryData repository) Constructs an instance ofBambooYamlDeploymentDefinition
based on the given YAML structure.@NotNull BambooYamlDeploymentDefinition
BambooYamlParserImpl.parseDeployment
(@NotNull Map<String, Object> structure, @NotNull BambooYamlVersion yamlVersion, @NotNull VcsRepositoryData repository) Methods in com.atlassian.bamboo.configuration.external.yaml with parameters of type BambooYamlDeploymentDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.deployment.Deployment
BambooYamlToSpecsConverter.createDeploymentProject
(@NotNull BambooYamlDeploymentDefinition deploymentDefinition, @NotNull VcsRepositoryData repository) Create a new instance of a specsDeployment
for the given YAML deployment definition.@NotNull com.atlassian.bamboo.specs.api.builders.deployment.Deployment
BambooYamlToSpecsConverterImpl.createDeploymentProject
(@NotNull BambooYamlDeploymentDefinition deploymentDefinition, @NotNull VcsRepositoryData repository) void
BambooYamlValidator.validateDeployment
(@NotNull BambooYamlDeploymentDefinition deploymentDefinition, @NotNull List<com.atlassian.bamboo.specs.api.builders.plan.Plan> plansInYaml) Validates an instance ofBambooYamlDeploymentDefinition
.void
BambooYamlValidatorImpl.validateDeployment
(@NotNull BambooYamlDeploymentDefinition deploymentDefinition, @NotNull List<com.atlassian.bamboo.specs.api.builders.plan.Plan> plansInYaml) -
Uses of BambooYamlDeploymentDefinition in it.com.atlassian.bamboo.configuration.external.yaml.export
Methods in it.com.atlassian.bamboo.configuration.external.yaml.export that return BambooYamlDeploymentDefinitionConstructors in it.com.atlassian.bamboo.configuration.external.yaml.export with parameters of type BambooYamlDeploymentDefinitionModifierConstructorDescriptionDeploymentTestData
(String fileName, BambooYamlDeploymentDefinition expected)