Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.BambooYamlDeploymentPermissionsDefinition
-
Packages that use BambooYamlDeploymentPermissionsDefinition Package Description com.atlassian.bamboo.configuration.external.yaml -
-
Uses of BambooYamlDeploymentPermissionsDefinition in com.atlassian.bamboo.configuration.external.yaml
Methods in com.atlassian.bamboo.configuration.external.yaml that return BambooYamlDeploymentPermissionsDefinition Modifier and Type Method Description @NotNull BambooYamlDeploymentPermissionsDefinition
BambooYamlParser. parseDeploymentPermissions(Map<String,Object> yamlStructure, BambooYamlVersion yamlVersion)
Constructs an instance ofBambooYamlDeploymentPermissionsDefinition
based on the given YAML structure.@NotNull BambooYamlDeploymentPermissionsDefinition
BambooYamlParserImpl. parseDeploymentPermissions(Map<String,Object> structure, BambooYamlVersion yamlVersion)
Methods in com.atlassian.bamboo.configuration.external.yaml with parameters of type BambooYamlDeploymentPermissionsDefinition Modifier and Type Method Description @NotNull BambooYamlToSpecsConverter.CombinedDeploymentPermissions
BambooYamlToSpecsConverter. createDeploymentPermissions(@NotNull BambooYamlDeploymentPermissionsDefinition deploymentPermissionsDefinition)
Create a new instance of a specsDeploymentPermissions
for the given YAML deployment project permissions definition.@NotNull BambooYamlToSpecsConverter.CombinedDeploymentPermissions
BambooYamlToSpecsConverterImpl. createDeploymentPermissions(@NotNull BambooYamlDeploymentPermissionsDefinition deploymentPermissionsDefinition)
void
BambooYamlValidator. validateDeploymentPermissions(@NotNull BambooYamlDeploymentPermissionsDefinition deploymentPermissionsDefinition)
Validates an instance ofBambooYamlDeploymentPermissionsDefinition
.void
BambooYamlValidatorImpl. validateDeploymentPermissions(@NotNull BambooYamlDeploymentPermissionsDefinition deploymentPermissionsDefinition)
-