Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.common.permissions.Permission.Entity
-
Packages that use Permission.Entity Package Description com.atlassian.bamboo.configuration.external.yaml.properties.common.permissions -
-
Uses of Permission.Entity in com.atlassian.bamboo.configuration.external.yaml.properties.common.permissions
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.common.permissions that return Permission.Entity Modifier and Type Method Description static Permission.Entity
Permission.Entity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Permission.Entity[]
Permission.Entity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.configuration.external.yaml.properties.common.permissions with parameters of type Permission.Entity Modifier and Type Method Description static @NotNull Permission
Permission. byLabel(String label, Permission.Entity entity)
boolean
Permission. supports(Permission.Entity entity)
-