Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CommitActivitySummary

activity describing commit updates to a pull request

Properties

Const activityType

activityType: string = "COMMIT"

commitsAdded

commitsAdded: Array<RepositoryCommit>

list of commits added to a PR source branch after git push

commitsRemoved

commitsRemoved: Array<RepositoryCommit>

list of commits removed from a PR source branch after git push

id

id: string

activity identifier

principal

principal: PrincipalDetails

pullRequestId

pullRequestId: string

pullRequest OCID

timeOccurred

timeOccurred: Date

The time the action was performed. An RFC3339 formatted datetime string

Methods

getDeserializedJsonObj

getJsonObj