Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.model | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDeployEnvironmentRequest,GetDeployEnvironmentResponse> |
DevopsWaiters.forDeployEnvironment(GetDeployEnvironmentRequest request,
DeployEnvironment.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDeployEnvironmentRequest,GetDeployEnvironmentResponse> |
DevopsWaiters.forDeployEnvironment(GetDeployEnvironmentRequest request,
DeployEnvironment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDeployEnvironmentRequest,GetDeployEnvironmentResponse> |
DevopsWaiters.forDeployEnvironment(GetDeployEnvironmentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DeployEnvironment.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DeployEnvironment.LifecycleState |
DeployEnvironment.LifecycleState.create(String key) |
DeployEnvironment.LifecycleState |
DeployEnvironment.getLifecycleState()
The current state of the deployment environment.
|
DeployEnvironment.LifecycleState |
DeployEnvironmentSummary.getLifecycleState()
The current state of the deployment environment.
|
static DeployEnvironment.LifecycleState |
DeployEnvironment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeployEnvironment.LifecycleState[] |
DeployEnvironment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ComputeInstanceGroupDeployEnvironment(String id,
String description,
String displayName,
String projectId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DeployEnvironment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ComputeInstanceGroupSelectorCollection computeInstanceGroupSelectors)
Deprecated.
|
ComputeInstanceGroupDeployEnvironmentSummary(String id,
String description,
String displayName,
String projectId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DeployEnvironment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ComputeInstanceGroupSelectorCollection computeInstanceGroupSelectors)
Deprecated.
|
DeployEnvironment(String id,
String description,
String displayName,
String projectId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DeployEnvironment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DeployEnvironmentSummary(String id,
String description,
String displayName,
String projectId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DeployEnvironment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
FunctionDeployEnvironment(String id,
String description,
String displayName,
String projectId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DeployEnvironment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String functionId)
Deprecated.
|
FunctionDeployEnvironmentSummary(String id,
String description,
String displayName,
String projectId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DeployEnvironment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String functionId)
Deprecated.
|
OkeClusterDeployEnvironment(String id,
String description,
String displayName,
String projectId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DeployEnvironment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String clusterId,
NetworkChannel networkChannel)
Deprecated.
|
OkeClusterDeployEnvironmentSummary(String id,
String description,
String displayName,
String projectId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
DeployEnvironment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String clusterId,
NetworkChannel networkChannel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeployEnvironment.LifecycleState |
ListDeployEnvironmentsRequest.getLifecycleState()
A filter to return only DeployEnvironments that matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListDeployEnvironmentsRequest.Builder |
ListDeployEnvironmentsRequest.Builder.lifecycleState(DeployEnvironment.LifecycleState lifecycleState)
A filter to return only DeployEnvironments that matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.