GitPullRequestIterationChanges interface
Collection of changes made in a pull request.
change |
Changes made in the iteration. |
next |
Value to specify as skip to get the next page of changes. This will be zero if there are no more changes. |
next |
Value to specify as top to get the next page of changes. This will be zero if there are no more changes. |
Changes made in the iteration.
changeEntries: GitPullRequestChange[]
Property Value
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
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