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 BambooYamlDeploymentDefinitionBambooYamlParser.parseDeployment(@NotNull Map<String, Object> yamlStructure, @NotNull BambooYamlVersion yamlVersion, @NotNull VcsRepositoryData repository) Constructs an instance ofBambooYamlDeploymentDefinitionbased on the given YAML structure.@NotNull BambooYamlDeploymentDefinitionBambooYamlParserImpl.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.DeploymentBambooYamlToSpecsConverter.createDeploymentProject(@NotNull BambooYamlDeploymentDefinition deploymentDefinition, @NotNull VcsRepositoryData repository) Create a new instance of a specsDeploymentfor the given YAML deployment definition.@NotNull com.atlassian.bamboo.specs.api.builders.deployment.DeploymentBambooYamlToSpecsConverterImpl.createDeploymentProject(@NotNull BambooYamlDeploymentDefinition deploymentDefinition, @NotNull VcsRepositoryData repository) voidBambooYamlValidator.validateDeployment(@NotNull BambooYamlDeploymentDefinition deploymentDefinition, @NotNull List<com.atlassian.bamboo.specs.api.builders.plan.Plan> plansInYaml) Validates an instance ofBambooYamlDeploymentDefinition.voidBambooYamlValidatorImpl.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)