Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FileDiffResponse

Response object for showing differences for a file between two commits.

Properties

Optional areConflictsInFile

areConflictsInFile: undefined | false | true

Indicates whether the changed file contains conflicts.

changes

changes: Array<DiffChunk>

List of changed section in the file.

Optional isBinary

isBinary: undefined | false | true

Indicates whether the file is binary.

Optional isLarge

isLarge: undefined | false | true

Indicates whether the file is large.

Optional newId

newId: undefined | string

The ID of the changed object on the target version.

Optional newPath

newPath: undefined | string

The path on the target version to the changed object.

Optional oldId

oldId: undefined | string

The ID of the changed object on the base version.

Optional oldPath

oldPath: undefined | string

The path on the base version to the changed object.

Functions

getDeserializedJsonObj

getJsonObj