Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RecommendStage

A recommend stage determines the recommended third-party dependencies that the app should use and (if any) opens a pull request to propose these changes.

Properties

Optional nextStageType

nextStageType: model.RemediationRunStageType

The next type of stage in the remediation run.

Optional previousStageType

previousStageType: model.RemediationRunStageType

The previous type of stage in the remediation run.

Optional pullRequestProperties

pullRequestProperties: model.PullRequestProperties

Optional recommendedUpdatesCount

recommendedUpdatesCount: undefined | number

Count of recommended application dependencies to update. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

remediationRunId

remediationRunId: string

The Oracle Cloud identifier (OCID) of the remediation run.

status

status: Status

The current status of a remediation run stage.

Optional summary

summary: undefined | string

Information about the current step within the stage.

timeCreated

timeCreated: Date

The creation date and time of the remediation run stage (formatted according to RFC3339).

Optional timeFinished

timeFinished: Date

The date and time of the finish of the remediation run stage (formatted according to RFC3339).

Optional timeStarted

timeStarted: Date

The date and time of the start of the remediation run stage (formatted according to RFC3339).

Const type

type: string = "RECOMMEND"

Methods

getDeserializedJsonObj

getJsonObj