Bearbeiten

Share via


GitAsyncRefOperationParameters interface

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

Properties

generatedRefName

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

ontoRefName

The target branch for the cherry pick or revert operation.

repository

The git repository for the cherry pick or revert operation.

source

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

Property Details

generatedRefName

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

generatedRefName: string

Property Value

string

ontoRefName

The target branch for the cherry pick or revert operation.

ontoRefName: string

Property Value

string

repository

The git repository for the cherry pick or revert operation.

repository: GitRepository

Property Value

source

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

source: GitAsyncRefOperationSource

Property Value