Modifier and Type | Method and Description |
---|---|
String |
Server.createUserGroup(IUserGroup group,
UpdateUserGroupOptions opts) |
String |
Server.deleteUserGroup(IUserGroup group,
UpdateUserGroupOptions opts) |
String |
Server.updateUserGroup(IUserGroup group,
UpdateUserGroupOptions opts) |
Modifier and Type | Method and Description |
---|---|
String |
GroupDelegator.createUserGroup(IUserGroup group,
UpdateUserGroupOptions opts) |
String |
GroupDelegator.deleteUserGroup(IUserGroup group,
UpdateUserGroupOptions opts) |
String |
GroupDelegator.updateUserGroup(IUserGroup group,
UpdateUserGroupOptions opts) |
Modifier and Type | Method and Description |
---|---|
UpdateUserGroupOptions |
UpdateUserGroupOptions.setAddIfAdmin(boolean addIfAdmin) |
UpdateUserGroupOptions |
UpdateUserGroupOptions.setUpdateIfOwner(boolean updateIfOwner) |
Modifier and Type | Method and Description |
---|---|
String |
IGroupDelegator.createUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
Create a new Perforce user group on the Perforce server.
|
String |
IGroupDelegator.deleteUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
Delete a Perforce user group from the Perforce server.
|
String |
IGroupDelegator.updateUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
Update a Perforce user group on the Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.