Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitPullRequestIterationChanges

Collection of changes made in a pull request.

Hierarchy

  • GitPullRequestIterationChanges

Index

Properties

Optional changeEntries

changeEntries: Array<GitPullRequestChange>

Changes made in the iteration.

Optional nextSkip

nextSkip: number

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

Optional nextTop

nextTop: number

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

Generated using TypeDoc