|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attachment | |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.util | |
| Uses of Attachment in br.eti.kinoshita.testlinkjavaapi |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi that return Attachment | |
|---|---|
Attachment[] |
TestLinkAPI.getTestCaseAttachments(Integer testCaseId,
Integer testCaseExternalId)
Return an array of attachments of a Test Case. |
Attachment |
TestLinkAPI.uploadAttachment(Integer fkId,
String fkTable,
String title,
String description,
String fileName,
String fileType,
String content)
Uploads an attachment linking it to a DB table. |
Attachment |
TestLinkAPI.uploadRequirementAttachment(Integer requirementId,
String title,
String description,
String fileName,
String fileType,
String content)
Uploads an attachment to a Requirement. |
Attachment |
TestLinkAPI.uploadRequirementSpecificationAttachment(Integer reqSpecId,
String title,
String description,
String fileName,
String fileType,
String content)
Uploads an attachment to a Requirement Specification. |
Attachment |
TestLinkAPI.uploadTestCaseAttachment(Integer testCaseId,
String title,
String description,
String fileName,
String fileType,
String content)
Uploads an attachment to a Test Case. |
Attachment |
TestLinkAPI.uploadTestProjectAttachment(Integer testProjectId,
String title,
String description,
String fileName,
String fileType,
String content)
Uploads an attachment to a Test Project. |
Attachment |
TestLinkAPI.uploadTestSuiteAttachment(Integer testSuiteId,
String title,
String description,
String fileName,
String fileType,
String content)
Uploads an attachment to a Test Suite. |
| Uses of Attachment in br.eti.kinoshita.testlinkjavaapi.util |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi.util that return Attachment | |
|---|---|
static Attachment |
Util.getAttachment(Map<String,Object> map)
|
| Methods in br.eti.kinoshita.testlinkjavaapi.util with parameters of type Attachment | |
|---|---|
static Map<String,Object> |
Util.getAttachmentMap(Attachment attachment)
|
static Map<String,Object> |
Util.getRequirementAttachmentMap(Attachment attachment)
|
static Map<String,Object> |
Util.getRequirementSpecificatoinAttachmentMap(Attachment attachment)
|
static Map<String,Object> |
Util.getTestCaseAttachmentMap(Attachment attachment)
|
static Map<String,Object> |
Util.getTestProjectAttachmentMap(Attachment attachment)
|
static Map<String,Object> |
Util.getTestSuiteAttachmentMap(Attachment attachment)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||