Uses of Class
com.oracle.bmc.artifacts.model.Repository.LifecycleState
-
Packages that use Repository.LifecycleState Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.model -
-
Uses of Repository.LifecycleState in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type Repository.LifecycleState Modifier and Type Method Description Waiter<GetRepositoryRequest,GetRepositoryResponse>
ArtifactsWaiters. forRepository(GetRepositoryRequest request, Repository.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetRepositoryRequest,GetRepositoryResponse>
ArtifactsWaiters. forRepository(GetRepositoryRequest request, Repository.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRepositoryRequest,GetRepositoryResponse>
ArtifactsWaiters. forRepository(GetRepositoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Repository.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Repository.LifecycleState in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return Repository.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.artifacts.model with parameters of type Repository.LifecycleState Modifier and Type Method Description GenericRepository.Builder
GenericRepository.Builder. lifecycleState(Repository.LifecycleState lifecycleState)
GenericRepositorySummary.Builder
GenericRepositorySummary.Builder. lifecycleState(Repository.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.artifacts.model with parameters of type Repository.LifecycleState Constructor 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.
-