| Package | Description |
|---|---|
| io.qase.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
static ResultCreateStepsInner |
StepStorage.getCurrentStep() |
| Modifier and Type | Method and Description |
|---|---|
static LinkedList<ResultCreateStepsInner> |
StepStorage.stopSteps() |
| Modifier and Type | Method and Description |
|---|---|
ResultCreateStepsInner |
ResultCreateStepsInner.action(String action) |
ResultCreateStepsInner |
ResultCreateStepsInner.addAttachmentsItem(String attachmentsItem) |
ResultCreateStepsInner |
ResultCreateStepsInner.attachments(List<String> attachments) |
ResultCreateStepsInner |
ResultCreateStepsInner.comment(String comment) |
ResultCreateStepsInner |
ResultCreateStepsInner.data(String data) |
ResultCreateStepsInner |
ResultCreateStepsInner.expectedResult(String expectedResult) |
static ResultCreateStepsInner |
ResultCreateStepsInner.fromJson(String jsonString)
Create an instance of ResultCreateStepsInner given an JSON string
|
ResultCreateStepsInner |
ResultCreateStepsInner.position(Integer position) |
ResultCreateStepsInner |
ResultCreateStepsInner.status(ResultCreateStepsInner.StatusEnum status) |
| Modifier and Type | Method and Description |
|---|---|
List<ResultCreateStepsInner> |
ResultCreate.getSteps()
Get steps
|
| Modifier and Type | Method and Description |
|---|---|
ResultCreate |
ResultCreate.addStepsItem(ResultCreateStepsInner stepsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultCreate.setSteps(List<ResultCreateStepsInner> steps) |
ResultCreate |
ResultCreate.steps(List<ResultCreateStepsInner> steps) |
Copyright © 2023. All rights reserved.