TfvcChange interface

A change.

Extends

Properties

mergeSources

List of merge sources in case of rename or branch creation.

pendingVersion

Version at which a (shelved) change was pended against

Inherited Properties

changeType

The type of change that was made to the item.

item

Current version.

newContent

Content of the item after the change.

sourceServerItem

Path of the item on the server.

url

URL to retrieve the item.

Property Details

mergeSources

List of merge sources in case of rename or branch creation.

mergeSources: TfvcMergeSource[]

Property Value

pendingVersion

Version at which a (shelved) change was pended against

pendingVersion: number

Property Value

number

Inherited Property Details

changeType

The type of change that was made to the item.

changeType: VersionControlChangeType

Property Value

Inherited From Change.changeType

item

Current version.

item: TfvcItem

Property Value

Inherited From Change.item

newContent

Content of the item after the change.

newContent: ItemContent

Property Value

Inherited From Change.newContent

sourceServerItem

Path of the item on the server.

sourceServerItem: string

Property Value

string

Inherited From Change.sourceServerItem

url

URL to retrieve the item.

url: string

Property Value

string

Inherited From Change.url