TfvcChange interface
A change.
Properties
| merge |
List of merge sources in case of rename or branch creation. |
| pending |
Version at which a (shelved) change was pended against |
Inherited Properties
| change |
The type of change that was made to the item. |
| item | Current version. |
| new |
Content of the item after the change. |
| source |
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
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