| 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.
|
okhttp3.Call |
SharedStepsApi.createSharedStepAsync(String code,
SharedStepCreate sharedStepCreate,
ApiCallback<HashResponse> _callback)
Create a new shared step.
|
okhttp3.Call |
SharedStepsApi.createSharedStepCall(String code,
SharedStepCreate sharedStepCreate,
ApiCallback _callback)
Build call for createSharedStep
|
ApiResponse<HashResponse> |
SharedStepsApi.createSharedStepWithHttpInfo(String code,
SharedStepCreate sharedStepCreate)
Create a new shared step.
|
| Modifier and Type | Method and Description |
|---|---|
SharedStepCreate |
SharedStepCreate.action(String action) |
SharedStepCreate |
SharedStepCreate.addStepsItem(SharedStepCreateStepsInner stepsItem) |
SharedStepCreate |
SharedStepCreate.data(String data) |
SharedStepCreate |
SharedStepCreate.expectedResult(String expectedResult) |
static SharedStepCreate |
SharedStepCreate.fromJson(String jsonString)
Create an instance of SharedStepCreate given an JSON string
|
SharedStepCreate |
SharedStepCreate.steps(List<SharedStepCreateStepsInner> steps) |
SharedStepCreate |
SharedStepCreate.title(String title) |
Copyright © 2023. All rights reserved.