Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitAsyncRefOperationDetail

Information about the progress of a cherry pick or revert operation.

Hierarchy

  • GitAsyncRefOperationDetail

Index

Properties

Optional conflict

conflict: boolean

Indicates if there was a conflict generated when trying to cherry pick or revert the changes.

Optional currentCommitId

currentCommitId: string

The current commit from the list of commits that are being cherry picked or reverted.

Optional failureMessage

failureMessage: string

Detailed information about why the cherry pick or revert failed to complete.

Optional progress

progress: number

A number between 0 and 1 indicating the percent complete of the operation.

Optional timedout

timedout: boolean

Indicates if the operation went beyond the maximum time allowed for a cherry pick or revert operation.

Generated using TypeDoc