| Package | Description |
|---|---|
| com.atlassian.bamboo.configuration.external.yaml.properties.common.permissions |
| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.byLabel(String label,
Permission.Entity entity) |
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Permission> |
PermissionSet.getPermissions() |
| Constructor and Description |
|---|
PermissionSet(Set<String> users,
Set<String> groups,
Set<PermissionSet.Role> roles,
Set<Permission> permissions) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.