GitChange interface
- Extends
Properties
change |
ID of the change within the group of changes. |
new |
New Content template to be used when pushing new changes. |
original |
Original path of item if different from current path. |
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
changeId
ID of the change within the group of changes.
changeId: number
Property Value
number
newContentTemplate
New Content template to be used when pushing new changes.
newContentTemplate: GitTemplate
Property Value
originalPath
Original path of item if different from current path.
originalPath: string
Property Value
string
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