Package | Description |
---|---|
com.oracle.bmc.devops | |
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 |
---|---|
Future<GetRepositoryResponse> |
DevopsAsyncClient.getRepository(GetRepositoryRequest request,
AsyncHandler<GetRepositoryRequest,GetRepositoryResponse> handler) |
Future<GetRepositoryResponse> |
DevopsAsync.getRepository(GetRepositoryRequest request,
AsyncHandler<GetRepositoryRequest,GetRepositoryResponse> handler)
Retrieves a repository by identifier.
|
Modifier and Type | Method and Description |
---|---|
GetRepositoryRequest |
GetRepositoryRequest.Builder.build()
Build the instance of GetRepositoryRequest as configured by this builder
|
GetRepositoryRequest |
GetRepositoryRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetRepositoryRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetRepositoryRequest.Builder |
GetRepositoryRequest.Builder.copy(GetRepositoryRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.