Uses of Class
com.oracle.bmc.devops.model.OkeCanaryStrategy
-
Packages that use OkeCanaryStrategy Package Description com.oracle.bmc.devops.model -
-
Uses of OkeCanaryStrategy in com.oracle.bmc.devops.model
Subclasses of OkeCanaryStrategy in com.oracle.bmc.devops.model Modifier and Type Class Description class
NginxCanaryStrategy
Specifies the NGINX canary release strategy.Methods in com.oracle.bmc.devops.model that return OkeCanaryStrategy Modifier and Type Method Description OkeCanaryStrategy
CreateOkeCanaryDeployStageDetails. getCanaryStrategy()
OkeCanaryStrategy
OkeCanaryDeployStage. getCanaryStrategy()
OkeCanaryStrategy
OkeCanaryDeployStageSummary. getCanaryStrategy()
Methods in com.oracle.bmc.devops.model with parameters of type OkeCanaryStrategy Modifier and Type Method Description CreateOkeCanaryDeployStageDetails.Builder
CreateOkeCanaryDeployStageDetails.Builder. canaryStrategy(OkeCanaryStrategy canaryStrategy)
OkeCanaryDeployStage.Builder
OkeCanaryDeployStage.Builder. canaryStrategy(OkeCanaryStrategy canaryStrategy)
OkeCanaryDeployStageSummary.Builder
OkeCanaryDeployStageSummary.Builder. canaryStrategy(OkeCanaryStrategy canaryStrategy)
Constructors in com.oracle.bmc.devops.model with parameters of type OkeCanaryStrategy Constructor Description CreateOkeCanaryDeployStageDetails(String description, String displayName, String deployPipelineId, DeployStagePredecessorCollection deployStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String okeClusterDeployEnvironmentId, List<String> kubernetesManifestDeployArtifactIds, OkeCanaryStrategy canaryStrategy)
Deprecated.OkeCanaryDeployStage(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 okeClusterDeployEnvironmentId, List<String> kubernetesManifestDeployArtifactIds, OkeCanaryStrategy canaryStrategy)
Deprecated.OkeCanaryDeployStageSummary(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 okeClusterDeployEnvironmentId, List<String> kubernetesManifestDeployArtifactIds, OkeCanaryStrategy canaryStrategy)
Deprecated.
-