Uses of Class
com.oracle.bmc.devops.model.ApprovalPolicy
-
Packages that use ApprovalPolicy Package Description com.oracle.bmc.devops.model -
-
Uses of ApprovalPolicy in com.oracle.bmc.devops.model
Subclasses of ApprovalPolicy in com.oracle.bmc.devops.model Modifier and Type Class Description class
CountBasedApprovalPolicy
Count based stage approval policy.Methods in com.oracle.bmc.devops.model that return ApprovalPolicy Modifier and Type Method Description ApprovalPolicy
ComputeInstanceGroupCanaryApprovalDeployStage. getApprovalPolicy()
ApprovalPolicy
ComputeInstanceGroupCanaryApprovalDeployStageSummary. getApprovalPolicy()
ApprovalPolicy
CreateComputeInstanceGroupCanaryApprovalDeployStageDetails. getApprovalPolicy()
ApprovalPolicy
CreateManualApprovalDeployStageDetails. getApprovalPolicy()
ApprovalPolicy
CreateOkeCanaryApprovalDeployStageDetails. getApprovalPolicy()
ApprovalPolicy
ManualApprovalDeployStage. getApprovalPolicy()
ApprovalPolicy
ManualApprovalDeployStageSummary. getApprovalPolicy()
ApprovalPolicy
OkeCanaryApprovalDeployStage. getApprovalPolicy()
ApprovalPolicy
OkeCanaryApprovalDeployStageSummary. getApprovalPolicy()
ApprovalPolicy
UpdateComputeInstanceGroupCanaryApprovalDeployStageDetails. getApprovalPolicy()
ApprovalPolicy
UpdateManualApprovalDeployStageDetails. getApprovalPolicy()
ApprovalPolicy
UpdateOkeCanaryApprovalDeployStageDetails. getApprovalPolicy()
Constructors in com.oracle.bmc.devops.model with parameters of type ApprovalPolicy Constructor Description ComputeInstanceGroupCanaryApprovalDeployStage(String id, String description, String displayName, String projectId, String deployPipelineId, String compartmentId, Date timeCreated, Date timeUpdated, DeployStage.LifecycleState lifecycleState, String lifecycleDetails, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String computeInstanceGroupCanaryTrafficShiftDeployStageId, ApprovalPolicy approvalPolicy)
Deprecated.ComputeInstanceGroupCanaryApprovalDeployStageSummary(String id, String description, String displayName, String projectId, String deployPipelineId, String compartmentId, Date timeCreated, Date timeUpdated, DeployStage.LifecycleState lifecycleState, String lifecycleDetails, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String computeInstanceGroupCanaryTrafficShiftDeployStageId, ApprovalPolicy approvalPolicy)
Deprecated.CreateComputeInstanceGroupCanaryApprovalDeployStageDetails(String description, String displayName, String deployPipelineId, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String computeInstanceGroupCanaryTrafficShiftDeployStageId, ApprovalPolicy approvalPolicy)
Deprecated.CreateManualApprovalDeployStageDetails(String description, String displayName, String deployPipelineId, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ApprovalPolicy approvalPolicy)
Deprecated.CreateOkeCanaryApprovalDeployStageDetails(String description, String displayName, String deployPipelineId, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String okeCanaryTrafficShiftDeployStageId, ApprovalPolicy approvalPolicy)
Deprecated.ManualApprovalDeployStage(String id, String description, String displayName, String projectId, String deployPipelineId, String compartmentId, Date timeCreated, Date timeUpdated, DeployStage.LifecycleState lifecycleState, String lifecycleDetails, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ApprovalPolicy approvalPolicy)
Deprecated.ManualApprovalDeployStageSummary(String id, String description, String displayName, String projectId, String deployPipelineId, String compartmentId, Date timeCreated, Date timeUpdated, DeployStage.LifecycleState lifecycleState, String lifecycleDetails, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ApprovalPolicy approvalPolicy)
Deprecated.OkeCanaryApprovalDeployStage(String id, String description, String displayName, String projectId, String deployPipelineId, String compartmentId, Date timeCreated, Date timeUpdated, DeployStage.LifecycleState lifecycleState, String lifecycleDetails, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String okeCanaryTrafficShiftDeployStageId, ApprovalPolicy approvalPolicy)
Deprecated.OkeCanaryApprovalDeployStageSummary(String id, String description, String displayName, String projectId, String deployPipelineId, String compartmentId, Date timeCreated, Date timeUpdated, DeployStage.LifecycleState lifecycleState, String lifecycleDetails, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String okeCanaryTrafficShiftDeployStageId, ApprovalPolicy approvalPolicy)
Deprecated.UpdateComputeInstanceGroupCanaryApprovalDeployStageDetails(String description, String displayName, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ApprovalPolicy approvalPolicy)
Deprecated.UpdateManualApprovalDeployStageDetails(String description, String displayName, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ApprovalPolicy approvalPolicy)
Deprecated.UpdateOkeCanaryApprovalDeployStageDetails(String description, String displayName, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ApprovalPolicy approvalPolicy)
Deprecated.
-