Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitTreeDiff

Hierarchy

  • GitTreeDiff

Index

Properties

Optional baseTreeId

baseTreeId: string

ObjectId of the base tree of this diff.

Optional diffEntries

diffEntries: Array<GitTreeDiffEntry>

List of tree entries that differ between the base and target tree. Renames and object type changes are returned as a delete for the old object and add for the new object. If a continuation token is returned in the response header, some tree entries are yet to be processed and may yeild more diff entries. If the continuation token is not returned all the diff entries have been included in this response.

Optional targetTreeId

targetTreeId: string

ObjectId of the target tree of this diff.

Optional url

url: string

REST Url to this resource.

Generated using TypeDoc