Package | Description |
---|---|
com.oracle.bmc.artifacts | |
com.oracle.bmc.artifacts.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetRepositoryRequest,GetRepositoryResponse> |
ArtifactsWaiters.forRepository(GetRepositoryRequest request,
Repository.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetRepositoryRequest,GetRepositoryResponse> |
ArtifactsWaiters.forRepository(GetRepositoryRequest request,
Repository.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetRepositoryRequest,GetRepositoryResponse> |
ArtifactsWaiters.forRepository(GetRepositoryRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Repository.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Repository.LifecycleState |
Repository.LifecycleState.create(String key) |
Repository.LifecycleState |
Repository.getLifecycleState()
The current state of the repository.
|
Repository.LifecycleState |
RepositorySummary.getLifecycleState()
The current state of the artifact repository.
|
static Repository.LifecycleState |
Repository.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Repository.LifecycleState[] |
Repository.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GenericRepository.Builder |
GenericRepository.Builder.lifecycleState(Repository.LifecycleState lifecycleState) |
GenericRepositorySummary.Builder |
GenericRepositorySummary.Builder.lifecycleState(Repository.LifecycleState lifecycleState) |
Constructor and Description |
---|
GenericRepository(String id,
String displayName,
String compartmentId,
String description,
Boolean isImmutable,
Repository.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Date timeCreated)
Deprecated.
|
GenericRepositorySummary(String id,
String displayName,
String compartmentId,
String description,
Boolean isImmutable,
Repository.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Date timeCreated)
Deprecated.
|
Repository(String id,
String displayName,
String compartmentId,
String description,
Boolean isImmutable,
Repository.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Date timeCreated)
Deprecated.
|
RepositorySummary(String id,
String displayName,
String compartmentId,
String description,
Boolean isImmutable,
Repository.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.