| Package | Description |
|---|---|
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.filename(String filename) |
static Attachment |
Attachment.fromJson(String jsonString)
Create an instance of Attachment given an JSON string
|
Attachment |
Attachment.mime(String mime) |
Attachment |
Attachment.size(Integer size) |
Attachment |
Attachment.url(URI url) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
TestCase.getAttachments()
Get attachments
|
List<Attachment> |
QqlDefect.getAttachments()
Get attachments
|
List<Attachment> |
Result.getAttachments()
Get attachments
|
List<Attachment> |
Defect.getAttachments()
Get attachments
|
List<Attachment> |
ResultStepsInner.getAttachments()
Get attachments
|
List<Attachment> |
QqlTestCase.getAttachments()
Get attachments
|
List<Attachment> |
TestStep.getAttachments()
Get attachments
|
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.addAttachmentsItem(Attachment attachmentsItem) |
QqlDefect |
QqlDefect.addAttachmentsItem(Attachment attachmentsItem) |
Result |
Result.addAttachmentsItem(Attachment attachmentsItem) |
Defect |
Defect.addAttachmentsItem(Attachment attachmentsItem) |
ResultStepsInner |
ResultStepsInner.addAttachmentsItem(Attachment attachmentsItem) |
QqlTestCase |
QqlTestCase.addAttachmentsItem(Attachment attachmentsItem) |
TestStep |
TestStep.addAttachmentsItem(Attachment attachmentsItem) |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.attachments(List<Attachment> attachments) |
QqlDefect |
QqlDefect.attachments(List<Attachment> attachments) |
Result |
Result.attachments(List<Attachment> attachments) |
Defect |
Defect.attachments(List<Attachment> attachments) |
ResultStepsInner |
ResultStepsInner.attachments(List<Attachment> attachments) |
QqlTestCase |
QqlTestCase.attachments(List<Attachment> attachments) |
TestStep |
TestStep.attachments(List<Attachment> attachments) |
void |
TestCase.setAttachments(List<Attachment> attachments) |
void |
QqlDefect.setAttachments(List<Attachment> attachments) |
void |
Result.setAttachments(List<Attachment> attachments) |
void |
Defect.setAttachments(List<Attachment> attachments) |
void |
ResultStepsInner.setAttachments(List<Attachment> attachments) |
void |
QqlTestCase.setAttachments(List<Attachment> attachments) |
void |
TestStep.setAttachments(List<Attachment> attachments) |
Copyright © 2023. All rights reserved.