Uses of Class
com.oracle.bmc.devops.model.ApprovalAction
-
Packages that use ApprovalAction Package Description com.oracle.bmc.devops.model -
-
Uses of ApprovalAction in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ApprovalAction Modifier and Type Method Description ApprovalAction
ApprovalAction.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type ApprovalAction Modifier and Type Method Description List<ApprovalAction>
ComputeInstanceGroupCanaryApprovalDeployStageExecutionProgress. getApprovalActions()
Specifies the Canary approval actions.List<ApprovalAction>
ManualApprovalDeployStageExecutionProgress. getApprovalActions()
Specifies the Canary approval actions.List<ApprovalAction>
OkeCanaryApprovalDeployStageExecutionProgress. getApprovalActions()
Specifies the Canary approval actions.Methods in com.oracle.bmc.devops.model with parameters of type ApprovalAction Modifier and Type Method Description ApprovalAction.Builder
ApprovalAction.Builder. copy(ApprovalAction model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type ApprovalAction Modifier and Type Method Description ComputeInstanceGroupCanaryApprovalDeployStageExecutionProgress.Builder
ComputeInstanceGroupCanaryApprovalDeployStageExecutionProgress.Builder. approvalActions(List<ApprovalAction> approvalActions)
Specifies the Canary approval actions.ManualApprovalDeployStageExecutionProgress.Builder
ManualApprovalDeployStageExecutionProgress.Builder. approvalActions(List<ApprovalAction> approvalActions)
Specifies the Canary approval actions.OkeCanaryApprovalDeployStageExecutionProgress.Builder
OkeCanaryApprovalDeployStageExecutionProgress.Builder. approvalActions(List<ApprovalAction> approvalActions)
Specifies the Canary approval actions.
-