Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi | |
br.eti.kinoshita.testlinkjavaapi.util |
Modifier and Type | Method and Description |
---|---|
Attachment[] |
TestLinkAPI.getTestCaseAttachments(Integer testCaseId,
Integer testCaseVersion,
Integer testCaseExternalId)
Return an array of attachments of a Test Case.
|
Attachment[] |
TestLinkAPI.getTestSuiteAttachments(Integer testSuiteId)
Return an array of attachments of a Test Suite.
|
Attachment |
TestLinkAPI.uploadAttachment(Integer fkId,
String fkTable,
String title,
String description,
String fileName,
String fileType,
String content)
Upload an attachment linking it to a DB table.
|
Attachment |
TestLinkAPI.uploadExecutionAttachment(Integer executionId,
String title,
String description,
String fileName,
String fileType,
String content)
Upload an execution attachment.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static Attachment |
Util.getAttachment(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
Util.getAttachmentMap(Attachment attachment) |
static Map<String,Object> |
Util.getExecutionAttachmentMap(Attachment attachment) |
static Map<String,Object> |
Util.getRequirementAttachmentMap(Attachment attachment) |
static Map<String,Object> |
Util.getRequirementSpecificationAttachmentMap(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) |
Copyright © 2010–2020. All rights reserved.