Class ComponentsService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.components.ComponentsService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapp(AppRequest request) This is part of the internal API.org.sonarqube.ws.Components.SearchWsResponsesearch(SearchRequest request) This is part of the internal API.org.sonarqube.ws.Components.SearchProjectsWsResponsesearchProjects(SearchProjectsRequest request) This is part of the internal API.org.sonarqube.ws.Components.ShowWsResponseshow(ShowRequest request) This is part of the internal API.org.sonarqube.ws.Components.SuggestionsWsResponsesuggestions(SuggestionsRequest request) This is part of the internal API.org.sonarqube.ws.Components.TreeWsResponsetree(TreeRequest 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
-
ComponentsService
-
-
Method Details
-
app
This is part of the internal API. This is a GET request.- Since:
- 4.4
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 6.3
- See Also:
-
searchProjects
public org.sonarqube.ws.Components.SearchProjectsWsResponse searchProjects(SearchProjectsRequest request) This is part of the internal API. This is a GET request.- Since:
- 6.2
- See Also:
-
show
This is part of the internal API. This is a GET request.- Since:
- 5.4
- See Also:
-
suggestions
This is part of the internal API. This is a GET request.- Since:
- 4.2
- See Also:
-
tree
This is part of the internal API. This is a GET request.- Since:
- 5.4
- See Also:
-