Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Class and Description |
---|---|
class |
NginxCanaryStrategy
Specifies the NGINX canary release strategy.
|
Modifier and Type | Method and Description |
---|---|
OkeCanaryStrategy |
OkeCanaryDeployStage.getCanaryStrategy() |
OkeCanaryStrategy |
CreateOkeCanaryDeployStageDetails.getCanaryStrategy() |
OkeCanaryStrategy |
OkeCanaryDeployStageSummary.getCanaryStrategy() |
Modifier and Type | Method and Description |
---|---|
OkeCanaryDeployStage.Builder |
OkeCanaryDeployStage.Builder.canaryStrategy(OkeCanaryStrategy canaryStrategy) |
CreateOkeCanaryDeployStageDetails.Builder |
CreateOkeCanaryDeployStageDetails.Builder.canaryStrategy(OkeCanaryStrategy canaryStrategy) |
OkeCanaryDeployStageSummary.Builder |
OkeCanaryDeployStageSummary.Builder.canaryStrategy(OkeCanaryStrategy canaryStrategy) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.