TestAttachmentRequestModel interface

Test attachment request model

Properties

attachmentType

Attachment type By Default it will be GeneralAttachment. It can be one of the following type. { GeneralAttachment, AfnStrip, BugFilingData, CodeCoverage, IntermediateCollectorData, RunConfig, TestImpactDetails, TmiTestRunDeploymentFiles, TmiTestRunReverseDeploymentFiles, TmiTestResultDetail, TmiTestRunSummary }

comment

Comment associated with attachment

fileName

Attachment filename

stream

Base64 encoded file stream

Property Details

attachmentType

Attachment type By Default it will be GeneralAttachment. It can be one of the following type. { GeneralAttachment, AfnStrip, BugFilingData, CodeCoverage, IntermediateCollectorData, RunConfig, TestImpactDetails, TmiTestRunDeploymentFiles, TmiTestRunReverseDeploymentFiles, TmiTestResultDetail, TmiTestRunSummary }

attachmentType: string

Property Value

string

comment

Comment associated with attachment

comment: string

Property Value

string

fileName

Attachment filename

fileName: string

Property Value

string

stream

Base64 encoded file stream

stream: string

Property Value

string