Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PullRequestFileChangeSummary

Entry for description of change on a file.

Properties

Optional addedLinesCount

addedLinesCount: undefined | number

The number of lines added in whole difference. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

changeType

changeType: string

Type of change made to file.

Optional commitId

commitId: undefined | string

The ID of the commit where the change is coming from.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional deletedLinesCount

deletedLinesCount: undefined | number

The number of lines deleted in whole difference. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {@code {"bar-key": "value"}}

Optional hasConflicts

hasConflicts: undefined | false | true

Indicates whether the changed file contains conflicts.

Optional newId

newId: undefined | string

The ID of the changed object on the source.

Optional newPath

newPath: undefined | string

The path on the source to the changed object.

Optional objectType

objectType: undefined | string

The type of the changed object.

Optional oldId

oldId: undefined | string

The ID of the changed object on the target.

Optional oldPath

oldPath: undefined | string

The path on the target to the changed object.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Functions

getDeserializedJsonObj

getJsonObj