GitAsyncRefOperationParameters interface
Parameters that are provided in the request body when requesting to cherry pick or revert.
Properties
generated |
Proposed target branch name for the cherry pick or revert operation. |
onto |
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