| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
DefectsApi.createDefect(String code,
DefectCreate defectCreate)
Create a new defect.
|
okhttp3.Call |
DefectsApi.createDefectAsync(String code,
DefectCreate defectCreate,
ApiCallback<IdResponse> _callback)
Create a new defect.
|
okhttp3.Call |
DefectsApi.createDefectCall(String code,
DefectCreate defectCreate,
ApiCallback _callback)
Build call for createDefect
|
ApiResponse<IdResponse> |
DefectsApi.createDefectWithHttpInfo(String code,
DefectCreate defectCreate)
Create a new defect.
|
| Modifier and Type | Method and Description |
|---|---|
DefectCreate |
DefectCreate.actualResult(String actualResult) |
DefectCreate |
DefectCreate.addAttachmentsItem(String attachmentsItem) |
DefectCreate |
DefectCreate.addTagsItem(String tagsItem) |
DefectCreate |
DefectCreate.attachments(List<String> attachments) |
DefectCreate |
DefectCreate.customField(Map<String,String> customField) |
static DefectCreate |
DefectCreate.fromJson(String jsonString)
Create an instance of DefectCreate given an JSON string
|
DefectCreate |
DefectCreate.milestoneId(Long milestoneId) |
DefectCreate |
DefectCreate.putCustomFieldItem(String key,
String customFieldItem) |
DefectCreate |
DefectCreate.severity(Integer severity) |
DefectCreate |
DefectCreate.tags(List<String> tags) |
DefectCreate |
DefectCreate.title(String title) |
Copyright © 2023. All rights reserved.