GitPullRequestChange interface

Change made in a pull request.

Extends

Properties

changeTrackingId

ID used to track files through multiple changes.

Inherited Properties

changeId

ID of the change within the group of changes.

changeType

The type of change that was made to the item.

item

Current version.

newContent

Content of the item after the change.

newContentTemplate

New Content template to be used when pushing new changes.

originalPath

Original path of item if different from current path.

sourceServerItem

Path of the item on the server.

url

URL to retrieve the item.

Property Details

changeTrackingId

ID used to track files through multiple changes.

changeTrackingId: number

Property Value

number

Inherited Property Details

changeId

ID of the change within the group of changes.

changeId: number

Property Value

number

Inherited From GitChange.changeId

changeType

The type of change that was made to the item.

changeType: VersionControlChangeType

Property Value

Inherited From GitChange.changeType

item

Current version.

item: GitItem

Property Value

Inherited From GitChange.item

newContent

Content of the item after the change.

newContent: ItemContent

Property Value

Inherited From GitChange.newContent

newContentTemplate

New Content template to be used when pushing new changes.

newContentTemplate: GitTemplate

Property Value

Inherited From GitChange.newContentTemplate

originalPath

Original path of item if different from current path.

originalPath: string

Property Value

string

Inherited From GitChange.originalPath

sourceServerItem

Path of the item on the server.

sourceServerItem: string

Property Value

string

Inherited From GitChange.sourceServerItem

url

URL to retrieve the item.

url: string

Property Value

string

Inherited From GitChange.url