Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashPermissionLevel
-
Packages that use StashPermissionLevel Package Description com.atlassian.bamboo.plugins.stash.rest.entity -
-
Uses of StashPermissionLevel in com.atlassian.bamboo.plugins.stash.rest.entity
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return StashPermissionLevel Modifier and Type Method Description static @NotNull StashPermissionLevel
StashPermissionLevel. valueOf(@NotNull Optional<com.atlassian.stash.rest.client.api.entity.Permission> permissionOpt)
Returns the enum constant of this type with the specified name.static StashPermissionLevel
StashPermissionLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static StashPermissionLevel[]
StashPermissionLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-