共用方式為


TfvcChangeset interface

變更的集合。

Extends

屬性

accountId

Changeset 帳戶標識碼也稱為組織標識碼。

changes

相關聯的變更清單。

checkinNotes

變更集的 Checkin Notes 清單。

collectionId

Changeset 集合標識符。

hasMoreChanges

如果有更多變更可供使用,則為 True。

policyOverride

變更集的原則覆寫。

teamProjectIds

變更集的Team項目標識碼。

workItems

與變更集相關聯的工作項目清單。

繼承的屬性

author

用戶的別名或顯示名稱。

changesetId

Changeset Id。

checkedInBy

用戶的別名或顯示名稱。

comment

變更集的批注。

commentTruncated

批註結果是否已截斷?

createdDate

變更集的建立日期。

url

要擷取專案的URL。

屬性詳細資料

accountId

Changeset 帳戶標識碼也稱為組織標識碼。

accountId: string

屬性值

string

changes

相關聯的變更清單。

changes: TfvcChange[]

屬性值

checkinNotes

變更集的 Checkin Notes 清單。

checkinNotes: CheckinNote[]

屬性值

collectionId

Changeset 集合標識符。

collectionId: string

屬性值

string

hasMoreChanges

如果有更多變更可供使用,則為 True。

hasMoreChanges: boolean

屬性值

boolean

policyOverride

變更集的原則覆寫。

policyOverride: TfvcPolicyOverrideInfo

屬性值

teamProjectIds

變更集的Team項目標識碼。

teamProjectIds: string[]

屬性值

string[]

workItems

與變更集相關聯的工作項目清單。

workItems: AssociatedWorkItem[]

屬性值

繼承的屬性詳細資料

author

用戶的別名或顯示名稱。

author: IdentityRef

屬性值

繼承自TfvcChangesetRef.author

changesetId

Changeset Id。

changesetId: number

屬性值

number

繼承自TfvcChangesetRef.changesetId

checkedInBy

用戶的別名或顯示名稱。

checkedInBy: IdentityRef

屬性值

繼承自TfvcChangesetRef.checkedInBy

comment

變更集的批注。

comment: string

屬性值

string

繼承自TfvcChangesetRef.comment

commentTruncated

批註結果是否已截斷?

commentTruncated: boolean

屬性值

boolean

繼承自TfvcChangesetRef.commentTruncated

createdDate

變更集的建立日期。

createdDate: Date

屬性值

Date

繼承自TfvcChangesetRef.createdDate

url

要擷取專案的URL。

url: string

屬性值

string

繼承自TfvcChangesetRef.url