Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.permission.PermissionType
Packages that use PermissionType
Package
Description
Permissions like plan permissions, deployment permissions etc.
Immutable permissions like plan permissions properties, deployment permissions properties etc.
-
Uses of PermissionType in com.atlassian.bamboo.specs.api.builders.permission
Methods in com.atlassian.bamboo.specs.api.builders.permission that return PermissionTypeModifier and TypeMethodDescriptionstatic PermissionTypeReturns the enum constant of this class with the specified name.static PermissionType[]PermissionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.specs.api.builders.permission that return types with arguments of type PermissionTypeMethods in com.atlassian.bamboo.specs.api.builders.permission with parameters of type PermissionTypeModifier and TypeMethodDescriptionPermissions.groupPermissions(String group, PermissionType... permissionTypes) Permissions.loggedInUserPermissions(PermissionType... permissionTypes) GroupPermission.permissions(PermissionType... permissionTypes) LoggedInUserPermissions.permissions(PermissionType... permissionTypes) UserPermission.permissions(PermissionType... permissionTypes) Permissions.userPermissions(String user, PermissionType... permissionTypes) -
Uses of PermissionType in com.atlassian.bamboo.specs.api.model.permission
Methods in com.atlassian.bamboo.specs.api.model.permission that return types with arguments of type PermissionTypeModifier and TypeMethodDescriptionAnonymousUserPermissionsProperties.getPermissionTypes()GroupPermissionProperties.getPermissionTypes()LoggedInUserPermissionsProperties.getPermissionTypes()UserPermissionProperties.getPermissionTypes()Constructor parameters in com.atlassian.bamboo.specs.api.model.permission with type arguments of type PermissionTypeModifierConstructorDescriptionAnonymousUserPermissionsProperties(Collection<PermissionType> permissionTypes) GroupPermissionProperties(@NotNull String group, @NotNull Collection<PermissionType> permissionTypes) LoggedInUserPermissionsProperties(@NotNull Collection<PermissionType> permissionTypes) UserPermissionProperties(@NotNull String username, @NotNull Collection<PermissionType> permissionTypes)