Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Class and Description |
---|---|
class |
ContainerInstanceConfig
Specifies ContainerInstance configuration.
|
Modifier and Type | Method and Description |
---|---|
ContainerConfig |
UpdateShellDeployStageDetails.getContainerConfig() |
ContainerConfig |
ShellDeployStageSummary.getContainerConfig() |
ContainerConfig |
CreateShellDeployStageDetails.getContainerConfig() |
ContainerConfig |
ShellDeployStage.getContainerConfig() |
Modifier and Type | Method and Description |
---|---|
UpdateShellDeployStageDetails.Builder |
UpdateShellDeployStageDetails.Builder.containerConfig(ContainerConfig containerConfig) |
ShellDeployStageSummary.Builder |
ShellDeployStageSummary.Builder.containerConfig(ContainerConfig containerConfig) |
CreateShellDeployStageDetails.Builder |
CreateShellDeployStageDetails.Builder.containerConfig(ContainerConfig containerConfig) |
ShellDeployStage.Builder |
ShellDeployStage.Builder.containerConfig(ContainerConfig containerConfig) |
Constructor and Description |
---|
CreateShellDeployStageDetails(String description,
String displayName,
String deployPipelineId,
DeployStagePredecessorCollection deployStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ContainerConfig containerConfig,
String commandSpecDeployArtifactId,
Integer timeoutInSeconds)
Deprecated.
|
ShellDeployStage(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,
ContainerConfig containerConfig,
String commandSpecDeployArtifactId,
Integer timeoutInSeconds)
Deprecated.
|
ShellDeployStageSummary(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,
ContainerConfig containerConfig,
String commandSpecDeployArtifactId,
Integer timeoutInSeconds)
Deprecated.
|
UpdateShellDeployStageDetails(String description,
String displayName,
DeployStagePredecessorCollection deployStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ContainerConfig containerConfig,
String commandSpecDeployArtifactId,
Integer timeoutInSeconds)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.