| Package | Description |
|---|---|
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomFieldValue |
CustomFieldValue.fromJson(String jsonString)
Create an instance of CustomFieldValue given an JSON string
|
CustomFieldValue |
CustomFieldValue.id(Long id) |
CustomFieldValue |
CustomFieldValue.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomFieldValue> |
TestCase.getCustomFields()
Get customFields
|
List<CustomFieldValue> |
QqlDefect.getCustomFields()
Get customFields
|
List<CustomFieldValue> |
Defect.getCustomFields()
Get customFields
|
List<CustomFieldValue> |
QqlTestCase.getCustomFields()
Get customFields
|
List<CustomFieldValue> |
Run.getCustomFields()
Get customFields
|
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.addCustomFieldsItem(CustomFieldValue customFieldsItem) |
QqlDefect |
QqlDefect.addCustomFieldsItem(CustomFieldValue customFieldsItem) |
Defect |
Defect.addCustomFieldsItem(CustomFieldValue customFieldsItem) |
QqlTestCase |
QqlTestCase.addCustomFieldsItem(CustomFieldValue customFieldsItem) |
Run |
Run.addCustomFieldsItem(CustomFieldValue customFieldsItem) |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.customFields(List<CustomFieldValue> customFields) |
QqlDefect |
QqlDefect.customFields(List<CustomFieldValue> customFields) |
Defect |
Defect.customFields(List<CustomFieldValue> customFields) |
QqlTestCase |
QqlTestCase.customFields(List<CustomFieldValue> customFields) |
Run |
Run.customFields(List<CustomFieldValue> customFields) |
void |
TestCase.setCustomFields(List<CustomFieldValue> customFields) |
void |
QqlDefect.setCustomFields(List<CustomFieldValue> customFields) |
void |
Defect.setCustomFields(List<CustomFieldValue> customFields) |
void |
QqlTestCase.setCustomFields(List<CustomFieldValue> customFields) |
void |
Run.setCustomFields(List<CustomFieldValue> customFields) |
Copyright © 2023. All rights reserved.