Class RestGlobalPermission
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.admin.permission.RestGlobalPermission
Model for user/group permission REST endpoint
- Since:
- 5.10
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
An enum that represents the permissions allowed to be modified by the REST endpoint. -
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPermission
(@Nullable RestGlobalPermission.PermissionType permissionType) @Nullable String
getName()
@NotNull Set<RestGlobalPermission.PermissionType>
void
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
Constructor Details
-
RestGlobalPermission
public RestGlobalPermission() -
RestGlobalPermission
-
-
Method Details
-
getName
-
setName
-
getPermissions
-
addPermission
-