Bearbeiten

Share via


GitAsyncRefOperationDetail interface

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

Properties

conflict

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

currentCommitId

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

failureMessage

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

progress

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

status

Provides a status code that indicates the reason the cherry pick or revert failed.

timedout

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

Property Details

conflict

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

conflict: boolean

Property Value

boolean

currentCommitId

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

currentCommitId: string

Property Value

string

failureMessage

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

failureMessage: string

Property Value

string

progress

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

progress: number

Property Value

number

status

Provides a status code that indicates the reason the cherry pick or revert failed.

status: GitAsyncRefOperationFailureStatus

Property Value

timedout

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

timedout: boolean

Property Value

boolean