| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
ResultListResponse |
ResultsApi.getResults(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset)
Get all test run results.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ResultListResponse> |
ResultsApi.getResultsWithHttpInfo(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset)
Get all test run results.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ResultsApi.getResultsAsync(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<ResultListResponse> _callback)
Get all test run results.
|
| Modifier and Type | Method and Description |
|---|---|
static ResultListResponse |
ResultListResponse.fromJson(String jsonString)
Create an instance of ResultListResponse given an JSON string
|
ResultListResponse |
ResultListResponse.result(ResultListResponseAllOfResult result) |
ResultListResponse |
ResultListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.