Interface ITestResultAttachmentDelta


public interface ITestResultAttachmentDelta
A record to create or remove an attachment from a test result.
  • Method Summary

    Modifier and Type
    Method
    Description
    The local file which contains the content for an added attachment.
    The name of the attachment.
    The summary for the attachment.
  • Method Details

    • getFile

      File getFile() throws TMAPIException
      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

      String getName() throws TMAPIException
      The name of the attachment.
      Returns:
      The name of the attachment.
      Throws:
      TMAPIException - Reserved exception.
    • getSummary

      String getSummary() throws TMAPIException
      The summary for the attachment.
      Returns:
      The summary for the attachment.
      Throws:
      TMAPIException - Reserved exception.