Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.common.permissions.PermissionSet
Package
Description
Contains the internal Java class model which correspond to the most up-to-date Bamboo Specs YAML document.
-
Uses of PermissionSet in com.atlassian.bamboo.configuration.external.yaml.properties
Modifier and TypeMethodDescription@NotNull List<PermissionSet>
BambooYamlDeploymentPermissionsDefinition.getDefaultEnvironmentPermissions()
@NotNull List<PermissionSet>
BambooYamlDeploymentPermissionsDefinition.getDeploymentPermissions()
@NotNull List<PermissionSet>
BambooYamlPlanPermissionsDefinition.getPermissions()
ModifierConstructorDescriptionBambooYamlDeploymentPermissionsDefinition
(@NotNull String deploymentProjectName, @NotNull Iterable<PermissionSet> deploymentPermissions, @NotNull Iterable<PermissionSet> defaultEnvironmentPermissions, @NotNull Iterable<EnvironmentPermissions> environmentPermissions) BambooYamlPlanPermissionsDefinition
(@NotNull String planKey, @NotNull Iterable<PermissionSet> permissions) -
Uses of PermissionSet in com.atlassian.bamboo.configuration.external.yaml.properties.deployment
Modifier and TypeMethodDescription@NotNull List<PermissionSet>
EnvironmentPermissions.getPermissionSets()
ModifierConstructorDescriptionEnvironmentPermissions
(@NotNull String name, @NotNull List<PermissionSet> permissionSets)