TfvcChange interface
A change.
- Extends
merge |
List of merge sources in case of rename or branch creation. |
pending |
Version at which a (shelved) change was pended against |
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. |
List of merge sources in case of rename or branch creation.
mergeSources: TfvcMergeSource[]
Property Value
Version at which a (shelved) change was pended against
pendingVersion: number
Property Value
number
The type of change that was made to the item.
changeType: VersionControlChangeType
Property Value
Inherited From Change.changeType
Content of the item after the change.
newContent: ItemContent
Property Value
Inherited From Change.newContent
Path of the item on the server.
sourceServerItem: string
Property Value
string
Inherited From Change.sourceServerItem