| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
RunListResponse |
RunsApi.getRuns(String code,
GetRunsFiltersParameter filters,
Integer limit,
Integer offset,
String include)
Get all runs.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<RunListResponse> |
RunsApi.getRunsWithHttpInfo(String code,
GetRunsFiltersParameter filters,
Integer limit,
Integer offset,
String include)
Get all runs.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
RunsApi.getRunsAsync(String code,
GetRunsFiltersParameter filters,
Integer limit,
Integer offset,
String include,
ApiCallback<RunListResponse> _callback)
Get all runs.
|
| Modifier and Type | Method and Description |
|---|---|
static RunListResponse |
RunListResponse.fromJson(String jsonString)
Create an instance of RunListResponse given an JSON string
|
RunListResponse |
RunListResponse.result(RunListResponseAllOfResult result) |
RunListResponse |
RunListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.