Class RestRolePermission
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.admin.role.RestRole
-
- com.atlassian.bamboo.rest.model.permission.RestRolePermission
-
public class RestRolePermission extends RestRole
Model for role permission REST endpoint- Since:
- 6.2
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description RestRolePermission(String roleName, Collection<String> permissions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getPermissions()-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-
-
-
Constructor Detail
-
RestRolePermission
public RestRolePermission(String roleName, Collection<String> permissions)
-
-