| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
ResultResponse |
ResultsApi.getResult(String code,
String hash)
Get test run result by code.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ResultResponse> |
ResultsApi.getResultWithHttpInfo(String code,
String hash)
Get test run result by code.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ResultsApi.getResultAsync(String code,
String hash,
ApiCallback<ResultResponse> _callback)
Get test run result by code.
|
| Modifier and Type | Method and Description |
|---|---|
static ResultResponse |
ResultResponse.fromJson(String jsonString)
Create an instance of ResultResponse given an JSON string
|
ResultResponse |
ResultResponse.result(Result result) |
ResultResponse |
ResultResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.