Package org.sonarqube.ws.client.users
Class UsersService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.users.UsersService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangePassword(ChangePasswordRequest request) This is part of the internal API.org.sonarqube.ws.Users.CreateWsResponsecreate(CreateRequest request) This is part of the internal API.org.sonarqube.ws.Users.CurrentWsResponsecurrent()This is part of the internal API.deactivate(DeactivateRequest request) This is part of the internal API.voiddismissNotice(String notice) This is part of the internal API.org.sonarqube.ws.Users.GroupsWsResponsegroups(GroupsRequest request) This is part of the internal API.org.sonarqube.ws.Users.IdentityProvidersWsResponseThis is part of the internal API.org.sonarqube.ws.Users.SearchWsResponsesearch(SearchRequest request) This is part of the internal API.voidsetHomepage(SetHomepageRequest request) This is part of the internal API.update(UpdateRequest request) This is part of the internal API.voidThis is part of the internal API.voidupdateLogin(UpdateLoginRequest 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
-
UsersService
-
-
Method Details
-
changePassword
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:
- 3.7
- See Also:
-
current
public org.sonarqube.ws.Users.CurrentWsResponse current()This is part of the internal API. This is a GET request.- Since:
- 5.2
- See Also:
-
deactivate
This is part of the internal API. This is a POST request.- Since:
- 3.7
- See Also:
-
groups
This is part of the internal API. This is a GET request.- Since:
- 5.2
- See Also:
-
identityProviders
public org.sonarqube.ws.Users.IdentityProvidersWsResponse identityProviders()This is part of the internal API. This is a GET request.- Since:
- 5.5
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 3.6
- See Also:
-
setHomepage
This is part of the internal API. This is a POST request.- Since:
- 7.0
- See Also:
-
update
This is part of the internal API. This is a POST request.- Since:
- 3.7
- See Also:
-
updateLogin
This is part of the internal API. This is a POST request.- Since:
- 7.6
- See Also:
-
updateIdentityProvider
This is part of the internal API. This is a POST request.- Since:
- 8.7
- See Also:
-
dismissNotice
This is part of the internal API. This is a POST request.- Since:
- 9.6
- See Also:
-