Uses of Enum Class
com.atlassian.bamboo.configuration.external.yaml.BambooYamlVersion
Package
Description
-
Uses of BambooYamlVersion in com.atlassian.bamboo.configuration.external.yaml
Modifier and TypeMethodDescription@NotNull BambooYamlVersion
BambooYamlSpecsService.determineVersion
(@NotNull Map<String, Object> yamlStructure) Determine YAML version in a document from the given YAML structure.@NotNull BambooYamlVersion
BambooYamlSpecsServiceImpl.determineVersion
(@NotNull Map<String, Object> yamlStructure) static @NotNull BambooYamlVersion
BambooYamlVersion.fromVersion
(@NotNull String version) Convert the given string value to an instance of this enum.static BambooYamlVersion
Returns the enum constant of this class with the specified name.static BambooYamlVersion[]
BambooYamlVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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) BambooYamlParser.parseDeploymentPermissions
(Map<String, Object> yamlStructure, BambooYamlVersion yamlVersion) Constructs an instance ofBambooYamlDeploymentPermissionsDefinition
based on the given YAML structure.BambooYamlParserImpl.parseDeploymentPermissions
(Map<String, Object> structure, BambooYamlVersion yamlVersion) @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) @NotNull BambooYamlPlanPermissionsDefinition
BambooYamlParser.parsePlanPermissions
(Map<String, Object> yamlStructure, BambooYamlVersion yamlVersion) Constructs an instance ofBambooYamlPlanPermissionsDefinition
based on the given YAML structure.@NotNull BambooYamlPlanPermissionsDefinition
BambooYamlParserImpl.parsePlanPermissions
(Map<String, Object> structure, BambooYamlVersion yamlVersion) -
Uses of BambooYamlVersion in it.com.atlassian.bamboo.configuration.external.yaml.export
ModifierConstructorDescriptionPlanTestData
(String fileName, BambooYamlVersion version, BambooYamlPlanDefinition expected)