Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.model | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDeployArtifactRequest,GetDeployArtifactResponse> |
DevopsWaiters.forDeployArtifact(GetDeployArtifactRequest request,
DeployArtifact.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDeployArtifactRequest,GetDeployArtifactResponse> |
DevopsWaiters.forDeployArtifact(GetDeployArtifactRequest request,
DeployArtifact.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDeployArtifactRequest,GetDeployArtifactResponse> |
DevopsWaiters.forDeployArtifact(GetDeployArtifactRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DeployArtifact.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DeployArtifact.LifecycleState |
DeployArtifact.LifecycleState.create(String key) |
DeployArtifact.LifecycleState |
DeployArtifactSummary.getLifecycleState()
Current state of the deployment artifact.
|
DeployArtifact.LifecycleState |
DeployArtifact.getLifecycleState()
Current state of the deployment artifact.
|
static DeployArtifact.LifecycleState |
DeployArtifact.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeployArtifact.LifecycleState[] |
DeployArtifact.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeployArtifactSummary.Builder |
DeployArtifactSummary.Builder.lifecycleState(DeployArtifact.LifecycleState lifecycleState)
Current state of the deployment artifact.
|
DeployArtifact.Builder |
DeployArtifact.Builder.lifecycleState(DeployArtifact.LifecycleState lifecycleState)
Current state of the deployment artifact.
|
Constructor and Description |
---|
DeployArtifact(String id,
String description,
String displayName,
String projectId,
String compartmentId,
DeployArtifact.DeployArtifactType deployArtifactType,
DeployArtifact.ArgumentSubstitutionMode argumentSubstitutionMode,
DeployArtifactSource deployArtifactSource,
Date timeCreated,
Date timeUpdated,
DeployArtifact.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DeployArtifactSummary(String id,
String description,
String displayName,
String projectId,
String compartmentId,
DeployArtifact.DeployArtifactType deployArtifactType,
DeployArtifactSource deployArtifactSource,
DeployArtifact.ArgumentSubstitutionMode argumentSubstitutionMode,
Date timeCreated,
Date timeUpdated,
DeployArtifact.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeployArtifact.LifecycleState |
ListDeployArtifactsRequest.getLifecycleState()
A filter to return only DeployArtifacts that matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListDeployArtifactsRequest.Builder |
ListDeployArtifactsRequest.Builder.lifecycleState(DeployArtifact.LifecycleState lifecycleState)
A filter to return only DeployArtifacts that matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.