Uses of Class
com.oracle.bmc.adm.model.RemediationRunStage
-
Packages that use RemediationRunStage Package Description com.oracle.bmc.adm.model com.oracle.bmc.adm.responses -
-
Uses of RemediationRunStage in com.oracle.bmc.adm.model
Subclasses of RemediationRunStage in com.oracle.bmc.adm.model Modifier and Type Class Description classApplyStageAn apply stage merges the changes if the pull request is accepted.classDetectStageA detect stage performs a Vulnerability Audit and determines if the remediation run should proceed to remediation stage.classRecommendStageA recommend stage determines the recommended third-party dependencies that the app should use and (if any) opens a pull request to propose these changes.classVerifyStageA verify stage will run a build pipeline in a branch. -
Uses of RemediationRunStage in com.oracle.bmc.adm.responses
Methods in com.oracle.bmc.adm.responses that return RemediationRunStage Modifier and Type Method Description RemediationRunStageGetStageResponse. getRemediationRunStage()The returned RemediationRunStage instance.Methods in com.oracle.bmc.adm.responses with parameters of type RemediationRunStage Modifier and Type Method Description GetStageResponse.BuilderGetStageResponse.Builder. remediationRunStage(RemediationRunStage remediationRunStage)The returned RemediationRunStage instance.
-