Partage via


GitRefUpdateResult

Module path: TFS/VersionControl/Contracts

Members

  • customMessage: string. Custom message for the result object For instance, Reason for failing.

  • name: string. Ref name

  • newObjectId: string. New object ID

  • oldObjectId: string. Old object ID

  • rejectedBy: string. Name of the plugin that rejected the updated.

  • repositoryId: string. Repository ID

  • success: boolean. True if the ref update succeeded, false otherwise

  • updateStatus: GitRefUpdateStatus. Status of the update from the TFS server.