Class RestGroupPermission
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.admin.group.RestGroup
-
- com.atlassian.bamboo.rest.model.permission.RestGroupPermission
-
public class RestGroupPermission extends RestGroup
Model for group permission REST endpoint- Since:
- 6.2
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description RestGroupPermission(String groupName, 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.admin.group.RestGroup
getName, isEditable
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-
-
-
Constructor Detail
-
RestGroupPermission
public RestGroupPermission(String groupName, Collection<String> permissions)
-
-