Package org.sonarqube.ws.client.measures
Class MeasuresService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.measures.MeasuresService
-
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.Measures.ComponentWsResponse
component
(ComponentRequest request) This is part of the internal API.org.sonarqube.ws.Measures.ComponentTreeWsResponse
componentTree
(ComponentTreeRequest request) This is part of the internal API.org.sonarqube.ws.Measures.SearchWsResponse
search
(SearchRequest request) This is part of the internal API.org.sonarqube.ws.Measures.SearchHistoryResponse
searchHistory
(SearchHistoryRequest 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
-
MeasuresService
-
-
Method Details
-
component
This is part of the internal API. This is a GET request.- Since:
- 5.4
- See Also:
-
componentTree
public org.sonarqube.ws.Measures.ComponentTreeWsResponse componentTree(ComponentTreeRequest request) This is part of the internal API. This is a GET request.- Since:
- 5.4
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 6.2
- See Also:
-
searchHistory
This is part of the internal API. This is a GET request.- Since:
- 6.3
- See Also:
-