| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
HashResponse |
ResultsApi.updateResult(String code,
Integer id,
String hash,
ResultUpdate resultUpdate)
Update test run result.
|
okhttp3.Call |
ResultsApi.updateResultAsync(String code,
Integer id,
String hash,
ResultUpdate resultUpdate,
ApiCallback<HashResponse> _callback)
Update test run result.
|
okhttp3.Call |
ResultsApi.updateResultCall(String code,
Integer id,
String hash,
ResultUpdate resultUpdate,
ApiCallback _callback)
Build call for updateResult
|
ApiResponse<HashResponse> |
ResultsApi.updateResultWithHttpInfo(String code,
Integer id,
String hash,
ResultUpdate resultUpdate)
Update test run result.
|
| Modifier and Type | Method and Description |
|---|---|
ResultUpdate |
ResultUpdate.addAttachmentsItem(String attachmentsItem) |
ResultUpdate |
ResultUpdate.addStepsItem(ResultUpdateStepsInner stepsItem) |
ResultUpdate |
ResultUpdate.attachments(List<String> attachments) |
ResultUpdate |
ResultUpdate.comment(String comment) |
ResultUpdate |
ResultUpdate.defect(Boolean defect) |
static ResultUpdate |
ResultUpdate.fromJson(String jsonString)
Create an instance of ResultUpdate given an JSON string
|
ResultUpdate |
ResultUpdate.stacktrace(String stacktrace) |
ResultUpdate |
ResultUpdate.status(ResultUpdate.StatusEnum status) |
ResultUpdate |
ResultUpdate.steps(List<ResultUpdateStepsInner> steps) |
ResultUpdate |
ResultUpdate.timeMs(Long timeMs) |
Copyright © 2023. All rights reserved.