次の方法で共有


GitPullRequestCommentThread interface

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

Extends

プロパティ

pullRequestThreadContext

pull request に固有の拡張コンテキスト情報

継承されたプロパティ

comments

コメントの一覧。

id

コメント スレッド ID。

identities

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

isDeleted

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

lastUpdatedDate

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

properties

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

publishedDate

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

status

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

threadContext

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

プロパティの詳細

pullRequestThreadContext

pull request に固有の拡張コンテキスト情報

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.identitsから継承

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から継承