TfvcChangeset interface
A collection of changes.
- Extends
Properties
account |
Changeset Account Id also known as Organization Id. |
changes | List of associated changes. |
checkin |
List of Checkin Notes for the changeset. |
collection |
Changeset collection Id. |
has |
True if more changes are available. |
policy |
Policy Override for the changeset. |
team |
Team Project Ids for the changeset. |
work |
List of work items associated with the changeset. |
Inherited Properties
author | Alias or display name of user. |
changeset |
Changeset Id. |
checked |
Alias or display name of user. |
comment | Comment for the changeset. |
comment |
Was the Comment result truncated? |
created |
Creation date of the changeset. |
url | URL to retrieve the item. |
Property Details
accountId
Changeset Account Id also known as Organization Id.
accountId: string
Property Value
string
changes
checkinNotes
collectionId
Changeset collection Id.
collectionId: string
Property Value
string
hasMoreChanges
True if more changes are available.
hasMoreChanges: boolean
Property Value
boolean
policyOverride
Policy Override for the changeset.
policyOverride: TfvcPolicyOverrideInfo
Property Value
teamProjectIds
Team Project Ids for the changeset.
teamProjectIds: string[]
Property Value
string[]
workItems
List of work items associated with the changeset.
workItems: AssociatedWorkItem[]
Property Value
Inherited Property Details
author
Alias or display name of user.
author: IdentityRef
Property Value
Inherited From TfvcChangesetRef.author
changesetId
checkedInBy
Alias or display name of user.
checkedInBy: IdentityRef
Property Value
Inherited From TfvcChangesetRef.checkedInBy
comment
Comment for the changeset.
comment: string
Property Value
string
Inherited From TfvcChangesetRef.comment
commentTruncated
Was the Comment result truncated?
commentTruncated: boolean
Property Value
boolean
Inherited From TfvcChangesetRef.commentTruncated
createdDate
Creation date of the changeset.
createdDate: Date
Property Value
Date
Inherited From TfvcChangesetRef.createdDate