GitPullRequestIterationChanges interface

Collection of changes made in a pull request.

Properties

changeEntries

Changes made in the iteration.

nextSkip

Value to specify as skip to get the next page of changes. This will be zero if there are no more changes.

nextTop

Value to specify as top to get the next page of changes. This will be zero if there are no more changes.

Property Details

changeEntries

Changes made in the iteration.

changeEntries: GitPullRequestChange[]

Property Value

nextSkip

Value to specify as skip to get the next page of changes. This will be zero if there are no more changes.

nextSkip: number

Property Value

number

nextTop

Value to specify as top to get the next page of changes. This will be zero if there are no more changes.

nextTop: number

Property Value

number