Package | Description |
---|---|
com.atlassian.bamboo.configuration.external.yaml | |
it.com.atlassian.bamboo.configuration.external.yaml.export |
Modifier and Type | Method and Description |
---|---|
@NotNull BambooYamlVersion |
BambooYamlSpecsServiceImpl.determineVersion(@NotNull Map<String,Object> yamlStructure) |
@NotNull BambooYamlVersion |
BambooYamlSpecsService.determineVersion(@NotNull Map<String,Object> yamlStructure)
Determine YAML version in a document from the given YAML structure.
|
static @NotNull BambooYamlVersion |
BambooYamlVersion.fromVersion(@NotNull String version)
Convert the given string value to an instance of this enum.
|
static BambooYamlVersion |
BambooYamlVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BambooYamlVersion[] |
BambooYamlVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
@NotNull BambooYamlDeploymentDefinition |
BambooYamlParser.parseDeployment(@NotNull Map<String,Object> yamlStructure,
@NotNull BambooYamlVersion yamlVersion,
@NotNull VcsRepositoryData repository)
Constructs an instance of
BambooYamlDeploymentDefinition based on the given YAML structure. |
@NotNull BambooYamlDeploymentDefinition |
BambooYamlParserImpl.parseDeployment(@NotNull Map<String,Object> structure,
@NotNull BambooYamlVersion yamlVersion,
@NotNull VcsRepositoryData repository) |
@NotNull BambooYamlDeploymentPermissionsDefinition |
BambooYamlParser.parseDeploymentPermissions(Map<String,Object> yamlStructure,
BambooYamlVersion yamlVersion)
Constructs an instance of
BambooYamlDeploymentPermissionsDefinition based on the given YAML structure. |
@NotNull BambooYamlDeploymentPermissionsDefinition |
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 of
BambooYamlPlanDefinition 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 of
BambooYamlPlanPermissionsDefinition based on the given YAML structure. |
@NotNull BambooYamlPlanPermissionsDefinition |
BambooYamlParserImpl.parsePlanPermissions(Map<String,Object> structure,
BambooYamlVersion yamlVersion) |
Modifier and Type | Method and Description |
---|---|
BambooYamlVersion |
YamlFromFile.PlanTestData.getVersion() |
Constructor and Description |
---|
PlanTestData(String fileName,
BambooYamlVersion version,
BambooYamlPlanDefinition expected) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.