| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
CasesApi.createCase(String code,
TestCaseCreate testCaseCreate)
Create a new test case.
|
okhttp3.Call |
CasesApi.createCaseAsync(String code,
TestCaseCreate testCaseCreate,
ApiCallback<IdResponse> _callback)
Create a new test case.
|
okhttp3.Call |
CasesApi.createCaseCall(String code,
TestCaseCreate testCaseCreate,
ApiCallback _callback)
Build call for createCase
|
ApiResponse<IdResponse> |
CasesApi.createCaseWithHttpInfo(String code,
TestCaseCreate testCaseCreate)
Create a new test case.
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseCreate |
TestCaseCreate.addAttachmentsItem(String attachmentsItem) |
TestCaseCreate |
TestCaseCreate.addStepsItem(TestCaseCreateStepsInner stepsItem) |
TestCaseCreate |
TestCaseCreate.addTagsItem(String tagsItem) |
TestCaseCreate |
TestCaseCreate.attachments(List<String> attachments) |
TestCaseCreate |
TestCaseCreate.automation(Integer automation) |
TestCaseCreate |
TestCaseCreate.behavior(Integer behavior) |
TestCaseCreate |
TestCaseCreate.customField(Map<String,String> customField) |
TestCaseCreate |
TestCaseCreate.description(String description) |
static TestCaseCreate |
TestCaseCreate.fromJson(String jsonString)
Create an instance of TestCaseCreate given an JSON string
|
TestCaseCreate |
TestCaseCreate.isFlaky(Integer isFlaky) |
TestCaseCreate |
TestCaseCreate.layer(Integer layer) |
TestCaseCreate |
TestCaseCreate.milestoneId(Long milestoneId) |
TestCaseCreate |
TestCaseCreate.postconditions(String postconditions) |
TestCaseCreate |
TestCaseCreate.preconditions(String preconditions) |
TestCaseCreate |
TestCaseCreate.priority(Integer priority) |
TestCaseCreate |
TestCaseCreate.putCustomFieldItem(String key,
String customFieldItem) |
TestCaseCreate |
TestCaseCreate.severity(Integer severity) |
TestCaseCreate |
TestCaseCreate.status(Integer status) |
TestCaseCreate |
TestCaseCreate.steps(List<TestCaseCreateStepsInner> steps) |
TestCaseCreate |
TestCaseCreate.suiteId(Long suiteId) |
TestCaseCreate |
TestCaseCreate.tags(List<String> tags) |
TestCaseCreate |
TestCaseCreate.title(String title) |
TestCaseCreate |
TestCaseCreate.type(Integer type) |
Copyright © 2023. All rights reserved.