共用方式為


GitPullRequestChange interface

提取要求中所做的變更。

Extends

屬性

changeTrackingId

用來透過多個變更追蹤檔案的標識碼。

繼承的屬性

changeId

變更群組內的變更標識碼。

changeType

對專案所做的變更類型。

item

目前的版本。

newContent

變更之後的項目內容。

newContentTemplate

推送新變更時要使用的新內容範本。

originalPath

如果與目前路徑不同,則為專案的原始路徑。

sourceServerItem

伺服器上的項目路徑。

url

要擷取專案的URL。

屬性詳細資料

changeTrackingId

用來透過多個變更追蹤檔案的標識碼。

changeTrackingId: number

屬性值

number

繼承的屬性詳細資料

changeId

變更群組內的變更標識碼。

changeId: number

屬性值

number

繼承自GitChange.changeId

changeType

對專案所做的變更類型。

changeType: VersionControlChangeType

屬性值

繼承自GitChange.changeType

item

目前的版本。

item: GitItem

屬性值

繼承自GitChange.item

newContent

變更之後的項目內容。

newContent: ItemContent

屬性值

繼承自GitChange.newContent

newContentTemplate

推送新變更時要使用的新內容範本。

newContentTemplate: GitTemplate

屬性值

繼承自GitChange.newContentTemplate

originalPath

如果與目前路徑不同,則為專案的原始路徑。

originalPath: string

屬性值

string

繼承自GitChange.originalPath

sourceServerItem

伺服器上的項目路徑。

sourceServerItem: string

屬性值

string

繼承自GitChange.sourceServerItem

url

要擷取專案的URL。

url: string

屬性值

string

繼承自GitChange.url