| Package | Description |
|---|---|
| org.sonarqube.ws.client |
| Modifier and Type | Class and Description |
|---|---|
class |
MockWsResponse |
| Modifier and Type | Method and Description |
|---|---|
WsResponse |
WsConnector.call(WsRequest wsRequest) |
WsResponse |
HttpConnector.call(WsRequest httpRequest) |
protected WsResponse |
BaseService.call(WsRequest request) |
WsResponse |
WsResponse.failIfNotSuccessful()
Throws a
HttpException if isSuccessful() is false. |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.google.protobuf.Message> |
BaseService.convert(WsResponse response,
com.google.protobuf.Parser<T> parser) |
Copyright © 2009–2016 SonarSource. All rights reserved.