次の方法で共有


GitPullRequestCommentThread interface

プル要求のコメント スレッドを表します。 スレッドには、残されたファイル (存在する場合) に関するメタデータと、1 つ以上のコメント (最初のコメントと後続の応答) が含まれます。

Extends

プロパティ

pullRequestThreadContext

プル要求に固有の拡張コンテキスト情報

継承されたプロパティ

comments

コメントの一覧。

id

コメント スレッド ID。

identities

このスレッドに関連する ID のセット

isDeleted

すべてのコメントが削除されたときに発生するスレッドを削除するかどうかを指定します。

lastUpdatedDate

このスレッドが最後に更新された時刻。

properties

キーと値のペアのコレクションとしてスレッドに関連付けられている省略可能なプロパティ。

publishedDate

このスレッドが発行された時刻。

status

コメント スレッドの状態。

threadContext

左/右のファイル内の位置などのスレッド コンテキストを指定します。

プロパティの詳細

pullRequestThreadContext

プル要求に固有の拡張コンテキスト情報

pullRequestThreadContext: GitPullRequestCommentThreadContext

プロパティ値

継承されたプロパティの詳細

comments

コメントの一覧。

comments: Comment[]

プロパティ値

CommentThread.comments から継承された

id

コメント スレッド ID。

id: number

プロパティ値

number

CommentThread.id から継承された

identities

このスレッドに関連する ID のセット

identities: {[key: string]: WebApi.IdentityRef}

プロパティ値

{[key: string]: IdentityRef}

CommentThread.identities から継承された

isDeleted

すべてのコメントが削除されたときに発生するスレッドを削除するかどうかを指定します。

isDeleted: boolean

プロパティ値

boolean

CommentThread.isDeleted から継承された

lastUpdatedDate

このスレッドが最後に更新された時刻。

lastUpdatedDate: Date

プロパティ値

Date

CommentThread.lastUpdatedDate から継承された

properties

キーと値のペアのコレクションとしてスレッドに関連付けられている省略可能なプロパティ。

properties: any

プロパティ値

any

CommentThread.properties から継承された

publishedDate

このスレッドが発行された時刻。

publishedDate: Date

プロパティ値

Date

CommentThread.publishedDate から継承された

status

コメント スレッドの状態。

status: CommentThreadStatus

プロパティ値

CommentThread.status から継承された

threadContext

左/右のファイル内の位置などのスレッド コンテキストを指定します。

threadContext: CommentThreadContext

プロパティ値

commentThread.threadContext から継承