Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.model | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetRepositoryRequest,GetRepositoryResponse> |
DevopsWaiters.forRepository(GetRepositoryRequest request,
Repository.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetRepositoryRequest,GetRepositoryResponse> |
DevopsWaiters.forRepository(GetRepositoryRequest request,
Repository.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetRepositoryRequest,GetRepositoryResponse> |
DevopsWaiters.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 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 |
---|---|
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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Repository.LifecycleState |
ListRepositoriesRequest.getLifecycleState()
A filter to return only resources whose lifecycle state matches the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListRepositoriesRequest.Builder |
ListRepositoriesRequest.Builder.lifecycleState(Repository.LifecycleState lifecycleState)
A filter to return only resources whose lifecycle state matches the given lifecycle
state.
|
Copyright © 2016–2024. All rights reserved.