Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitAsyncRefOperationSource

GitAsyncRefOperationSource specifies the pull request or list of commits to use when making a cherry pick and revert operation request. Only one should be provided.

Hierarchy

  • GitAsyncRefOperationSource

Index

Properties

Optional commitList

commitList: Array<GitCommitRef>

A list of commits to cherry pick or revert

Optional pullRequestId

pullRequestId: number

Id of the pull request to cherry pick or revert

Generated using TypeDoc