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