次の方法で共有


TestAttachmentRequestModel interface

添付ファイル要求モデルのテスト

プロパティ

attachmentType

添付ファイルの種類 既定では、GeneralAttachment になります。 次のいずれかの種類になります。 { GeneralAttachment, AfnStrip, BugFilingData, CodeCoverage, IntermediateCollectorData, RunConfig, TestImpactDetails, TmiTestRunDeploymentFiles, TmiTestRunReverseDeploymentFiles, TmiTestResultDetail, TmiTestRunSummary }

comment

添付ファイルに関連付けられたコメント

fileName

添付ファイル名

stream

Base64 でエンコードされたファイルストリーム

プロパティの詳細

attachmentType

添付ファイルの種類 既定では、GeneralAttachment になります。 次のいずれかの種類になります。 { GeneralAttachment, AfnStrip, BugFilingData, CodeCoverage, IntermediateCollectorData, RunConfig, TestImpactDetails, TmiTestRunDeploymentFiles, TmiTestRunReverseDeploymentFiles, TmiTestResultDetail, TmiTestRunSummary }

attachmentType: string

プロパティ値

string

comment

添付ファイルに関連付けられたコメント

comment: string

プロパティ値

string

fileName

添付ファイル名

fileName: string

プロパティ値

string

stream

Base64 でエンコードされたファイルストリーム

stream: string

プロパティ値

string