Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitRefUpdateResult

Hierarchy

  • GitRefUpdateResult

Index

Properties

Optional customMessage

customMessage: string

Custom message for the result object For instance, Reason for failing.

Optional isLocked

isLocked: boolean

Whether the ref is locked or not

Optional name

name: string

Ref name

Optional newObjectId

newObjectId: string

New object ID

Optional oldObjectId

oldObjectId: string

Old object ID

Optional rejectedBy

rejectedBy: string

Name of the plugin that rejected the updated.

Optional repositoryId

repositoryId: string

Repository ID

Optional success

success: boolean

True if the ref update succeeded, false otherwise

Generated using TypeDoc