Package com.mks.tm.api
Interface ITestResultAttachmentDelta
public interface ITestResultAttachmentDelta
A record to create or remove an attachment from a test result.
-
Method Summary
-
Method Details
-
getFile
The local file which contains the content for an added attachment.- Returns:
- The local file that will be an attachment.
- Throws:
TMAPIException
- Reserved exception.
-
getName
The name of the attachment.- Returns:
- The name of the attachment.
- Throws:
TMAPIException
- Reserved exception.
-
getSummary
The summary for the attachment.- Returns:
- The summary for the attachment.
- Throws:
TMAPIException
- Reserved exception.
-