| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
RunResponse |
RunsApi.getRun(String code,
Integer id,
String include)
Get a specific run.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<RunResponse> |
RunsApi.getRunWithHttpInfo(String code,
Integer id,
String include)
Get a specific run.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
RunsApi.getRunAsync(String code,
Integer id,
String include,
ApiCallback<RunResponse> _callback)
Get a specific run.
|
| Modifier and Type | Method and Description |
|---|---|
static RunResponse |
RunResponse.fromJson(String jsonString)
Create an instance of RunResponse given an JSON string
|
RunResponse |
RunResponse.result(Run result) |
RunResponse |
RunResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.