FileDiffsCriteria interface
Provides properties that describe inputs for the file diffs
Properties
base |
Commit ID of the base version |
file |
List of parameters for each of the files for which we need to get the file diff |
target |
Commit ID of the target version |
Property Details
baseVersionCommit
Commit ID of the base version
baseVersionCommit: string
Property Value
string
fileDiffParams
List of parameters for each of the files for which we need to get the file diff
fileDiffParams: FileDiffParams[]
Property Value
targetVersionCommit
Commit ID of the target version
targetVersionCommit: string
Property Value
string