共用方式為


BranchUpdatedEvent interface

提取要求上來源/目標分支更新的即時事件 (SignalR)

Extends

屬性

isSourceUpdate

如果為 true,則已更新提取要求的來源分支

繼承的屬性

eventId

此事件的識別碼。 可用來追蹤用戶端與伺服器之間的傳送/接收狀態。

pullRequestId

產生此事件之提取要求的識別碼。

屬性詳細資料

isSourceUpdate

如果為 true,則已更新提取要求的來源分支

isSourceUpdate: boolean

屬性值

boolean

繼承的屬性詳細資料

eventId

此事件的識別碼。 可用來追蹤用戶端與伺服器之間的傳送/接收狀態。

eventId: string

屬性值

string

繼承自RealTimePullRequestEvent.eventId

pullRequestId

產生此事件之提取要求的識別碼。

pullRequestId: number

屬性值

number

繼承自RealTimePullRequestEvent.pullRequestId