Package org.sonarqube.ws.client.roots
Class RootsService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.roots.RootsService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.sonarqube.ws.Roots.SearchResponsesearch()This is part of the internal API.voidsetRoot(SetRootRequest request) This is part of the internal API.voidunsetRoot(UnsetRootRequest 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
-
RootsService
-
-
Method Details
-
search
public org.sonarqube.ws.Roots.SearchResponse search()This is part of the internal API. This is a GET request.- Since:
- 6.2
- See Also:
-
setRoot
This is part of the internal API. This is a POST request.- Since:
- 6.2
- See Also:
-
unsetRoot
This is part of the internal API. This is a POST request.- Since:
- 6.2
- See Also:
-