Package | Description |
---|---|
com.oracle.bmc.adm.model | |
com.oracle.bmc.adm.responses |
Modifier and Type | Class and Description |
---|---|
class |
ApplyStage
An apply stage merges the changes if the pull request is accepted.
|
class |
DetectStage
A detect stage performs a Vulnerability Audit and determines if the remediation run should
proceed to remediation stage.
|
class |
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.
|
class |
VerifyStage
A verify stage will run a build pipeline in a branch.
|
Modifier and Type | Method and Description |
---|---|
RemediationRunStage |
GetStageResponse.getRemediationRunStage()
The returned
RemediationRunStage instance. |
Modifier and Type | Method and Description |
---|---|
GetStageResponse.Builder |
GetStageResponse.Builder.remediationRunStage(RemediationRunStage remediationRunStage)
The returned
RemediationRunStage instance. |
Copyright © 2016–2024. All rights reserved.