Uses of Class
com.atlassian.bamboo.specs.api.builders.permission.UserPermission
Packages that use UserPermission
Package
Description
Permissions like plan permissions, deployment permissions etc.
Immutable permissions like plan permissions properties, deployment permissions properties etc.
-
Uses of UserPermission in com.atlassian.bamboo.specs.api.builders.permission
Methods in com.atlassian.bamboo.specs.api.builders.permission that return UserPermission -
Uses of UserPermission in com.atlassian.bamboo.specs.api.model.permission
Constructor parameters in com.atlassian.bamboo.specs.api.model.permission with type arguments of type UserPermissionModifierConstructorDescriptionPermissionsProperties(@NotNull Collection<UserPermission> userPermissions, @NotNull Collection<GroupPermission> groupPermissions, @NotNull LoggedInUserPermissions loggedInUserPermissions, @NotNull AnonymousUserPermissions anonymousUserPermissions)