Class UserGroupsService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.usergroups.UserGroupsService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUser(AddUserRequest request) This is part of the internal API.org.sonarqube.ws.UserGroups.CreateWsResponsecreate(CreateRequest request) This is part of the internal API.voiddelete(DeleteRequest request) This is part of the internal API.voidremoveUser(RemoveUserRequest request) This is part of the internal API.org.sonarqube.ws.UserGroups.SearchWsResponsesearch(SearchRequest request) This is part of the internal API.voidupdate(UpdateRequest request) This is part of the internal API.users(UsersRequest request) This is part of the internal API.Methods inherited from class org.sonarqube.ws.client.BaseService
call, call, call, convert, inlineMultipleParamValue, path, path
-
Constructor Details
-
UserGroupsService
-
-
Method Details
-
addUser
This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
create
This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
delete
This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
removeUser
This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 5.2
- See Also:
-
update
This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
users
This is part of the internal API. This is a GET request.- Since:
- 5.2
- See Also:
-