Uses of Class
com.oracle.bmc.devops.model.Repository.LifecycleState
-
Packages that use Repository.LifecycleState Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of Repository.LifecycleState in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type Repository.LifecycleState Modifier and Type Method Description Waiter<GetRepositoryRequest,GetRepositoryResponse>
DevopsWaiters. forRepository(GetRepositoryRequest request, Repository.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetRepositoryRequest,GetRepositoryResponse>
DevopsWaiters. forRepository(GetRepositoryRequest request, Repository.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRepositoryRequest,GetRepositoryResponse>
DevopsWaiters. 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.devops.model
Methods in com.oracle.bmc.devops.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 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.devops.model with parameters of type Repository.LifecycleState Modifier and Type Method Description Repository.Builder
Repository.Builder. lifecycleState(Repository.LifecycleState lifecycleState)
The current state of the repository.RepositorySummary.Builder
RepositorySummary.Builder. lifecycleState(Repository.LifecycleState lifecycleState)
The current state of the repository.Constructors in com.oracle.bmc.devops.model with parameters of type Repository.LifecycleState Constructor Description Repository(String id, String name, String compartmentId, String namespace, String projectId, String parentRepositoryId, String projectName, String sshUrl, String httpUrl, String description, String defaultBranch, Repository.RepositoryType repositoryType, MirrorRepositoryConfig mirrorRepositoryConfig, Date timeCreated, Date timeUpdated, Repository.LifecycleState lifecycleState, String lifecyleDetails, Integer branchCount, Integer commitCount, Long sizeInBytes, List<Repository.TriggerBuildEvents> triggerBuildEvents, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RepositorySummary(String id, String name, String compartmentId, String projectId, String parentRepositoryId, String namespace, String projectName, String description, String defaultBranch, Repository.RepositoryType repositoryType, String sshUrl, String httpUrl, MirrorRepositoryConfig mirrorRepositoryConfig, Date timeCreated, Date timeUpdated, Repository.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Repository.LifecycleState in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return Repository.LifecycleState Modifier and Type Method Description Repository.LifecycleState
ListRepositoriesRequest. getLifecycleState()
A filter to return only resources whose lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.devops.requests with parameters of type Repository.LifecycleState Modifier and Type Method Description ListRepositoriesRequest.Builder
ListRepositoriesRequest.Builder. lifecycleState(Repository.LifecycleState lifecycleState)
A filter to return only resources whose lifecycle state matches the given lifecycle state.
-