Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetCommitDiffRequest

example

Click here to see how to use GetCommitDiffRequest.

Hierarchy

Properties

Optional baseVersion

baseVersion: undefined | string

The commit or reference name to compare changes against. If base version is not provided, the difference goes against an empty tree.

Optional isComparisonFromMergeBase

isComparisonFromMergeBase: undefined | false | true

Boolean value to indicate whether to use merge base or most recent revision.

Optional opcRequestId

opcRequestId: undefined | string

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID.

repositoryId

repositoryId: string

Unique repository identifier.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

targetVersion

targetVersion: string

The commit or reference name that represents the newer changes against the base version.