TfvcChangeset interface

A collection of changes.

Extends

Properties

accountId

Changeset Account Id also known as Organization Id.

changes

List of associated changes.

checkinNotes

List of Checkin Notes for the changeset.

collectionId

Changeset collection Id.

hasMoreChanges

True if more changes are available.

policyOverride

Policy Override for the changeset.

teamProjectIds

Team Project Ids for the changeset.

workItems

List of work items associated with the changeset.

Inherited Properties

author

Alias or display name of user.

changesetId

Changeset Id.

checkedInBy

Alias or display name of user.

comment

Comment for the changeset.

commentTruncated

Was the Comment result truncated?

createdDate

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

List of associated changes.

changes: TfvcChange[]

Property Value

checkinNotes

List of Checkin Notes for the changeset.

checkinNotes: CheckinNote[]

Property Value

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

Changeset Id.

changesetId: number

Property Value

number

Inherited From TfvcChangesetRef.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

url

URL to retrieve the item.

url: string

Property Value

string

Inherited From TfvcChangesetRef.url