Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitAsyncRefOperationParameters

Parameters that are provided in the request body when requesting to cherry pick or revert.

Hierarchy

  • GitAsyncRefOperationParameters

Index

Properties

Optional generatedRefName

generatedRefName: string

Proposed target branch name for the cherry pick or revert operation.

Optional ontoRefName

ontoRefName: string

The target branch for the cherry pick or revert operation.

Optional repository

repository: GitRepository

The git repository for the cherry pick or revert operation.

Optional source

Details about the source of the cherry pick or revert operation (e.g. A pull request or a specific commit).

Generated using TypeDoc