| Package | Description |
|---|---|
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
static TagValue |
TagValue.fromJson(String jsonString)
Create an instance of TagValue given an JSON string
|
TagValue |
TagValue.internalId(Long internalId) |
TagValue |
TagValue.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<TagValue> |
TestCase.getTags()
Get tags
|
List<TagValue> |
QqlDefect.getTags()
Get tags
|
List<TagValue> |
Defect.getTags()
Get tags
|
List<TagValue> |
QqlTestCase.getTags()
Get tags
|
List<TagValue> |
Run.getTags()
Get tags
|
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.addTagsItem(TagValue tagsItem) |
QqlDefect |
QqlDefect.addTagsItem(TagValue tagsItem) |
Defect |
Defect.addTagsItem(TagValue tagsItem) |
QqlTestCase |
QqlTestCase.addTagsItem(TagValue tagsItem) |
Run |
Run.addTagsItem(TagValue tagsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.setTags(List<TagValue> tags) |
void |
QqlDefect.setTags(List<TagValue> tags) |
void |
Defect.setTags(List<TagValue> tags) |
void |
QqlTestCase.setTags(List<TagValue> tags) |
void |
Run.setTags(List<TagValue> tags) |
TestCase |
TestCase.tags(List<TagValue> tags) |
QqlDefect |
QqlDefect.tags(List<TagValue> tags) |
Defect |
Defect.tags(List<TagValue> tags) |
QqlTestCase |
QqlTestCase.tags(List<TagValue> tags) |
Run |
Run.tags(List<TagValue> tags) |
Copyright © 2023. All rights reserved.