| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
HashResponse |
SharedStepsApi.createSharedStep(String code,
SharedStepCreate sharedStepCreate)
Create a new shared step.
|
HashResponse |
AttachmentsApi.deleteAttachment(String hash)
Remove attachment by Hash.
|
HashResponse |
ResultsApi.deleteResult(String code,
Integer id,
String hash)
Delete test run result.
|
HashResponse |
SharedStepsApi.deleteSharedStep(String code,
String hash)
Delete shared step.
|
HashResponse |
ResultsApi.updateResult(String code,
Integer id,
String hash,
ResultUpdate resultUpdate)
Update test run result.
|
HashResponse |
SharedStepsApi.updateSharedStep(String code,
String hash,
SharedStepUpdate sharedStepUpdate)
Update shared step.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<HashResponse> |
SharedStepsApi.createSharedStepWithHttpInfo(String code,
SharedStepCreate sharedStepCreate)
Create a new shared step.
|
ApiResponse<HashResponse> |
AttachmentsApi.deleteAttachmentWithHttpInfo(String hash)
Remove attachment by Hash.
|
ApiResponse<HashResponse> |
ResultsApi.deleteResultWithHttpInfo(String code,
Integer id,
String hash)
Delete test run result.
|
ApiResponse<HashResponse> |
SharedStepsApi.deleteSharedStepWithHttpInfo(String code,
String hash)
Delete shared step.
|
ApiResponse<HashResponse> |
ResultsApi.updateResultWithHttpInfo(String code,
Integer id,
String hash,
ResultUpdate resultUpdate)
Update test run result.
|
ApiResponse<HashResponse> |
SharedStepsApi.updateSharedStepWithHttpInfo(String code,
String hash,
SharedStepUpdate sharedStepUpdate)
Update shared step.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SharedStepsApi.createSharedStepAsync(String code,
SharedStepCreate sharedStepCreate,
ApiCallback<HashResponse> _callback)
Create a new shared step.
|
okhttp3.Call |
AttachmentsApi.deleteAttachmentAsync(String hash,
ApiCallback<HashResponse> _callback)
Remove attachment by Hash.
|
okhttp3.Call |
ResultsApi.deleteResultAsync(String code,
Integer id,
String hash,
ApiCallback<HashResponse> _callback)
Delete test run result.
|
okhttp3.Call |
SharedStepsApi.deleteSharedStepAsync(String code,
String hash,
ApiCallback<HashResponse> _callback)
Delete shared step.
|
okhttp3.Call |
ResultsApi.updateResultAsync(String code,
Integer id,
String hash,
ResultUpdate resultUpdate,
ApiCallback<HashResponse> _callback)
Update test run result.
|
okhttp3.Call |
SharedStepsApi.updateSharedStepAsync(String code,
String hash,
SharedStepUpdate sharedStepUpdate,
ApiCallback<HashResponse> _callback)
Update shared step.
|
| Modifier and Type | Method and Description |
|---|---|
static HashResponse |
HashResponse.fromJson(String jsonString)
Create an instance of HashResponse given an JSON string
|
HashResponse |
HashResponse.result(HashResponseAllOfResult result) |
HashResponse |
HashResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.