Uses of Class
com.oracle.bmc.devops.requests.GetRepositoryRequest
-
Packages that use GetRepositoryRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetRepositoryRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type GetRepositoryRequest 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.Method parameters in com.oracle.bmc.devops with type arguments of type GetRepositoryRequest Modifier and Type Method Description Future<GetRepositoryResponse>
DevopsAsync. getRepository(GetRepositoryRequest request, AsyncHandler<GetRepositoryRequest,GetRepositoryResponse> handler)
Retrieves a repository by identifier.Future<GetRepositoryResponse>
DevopsAsyncClient. getRepository(GetRepositoryRequest request, AsyncHandler<GetRepositoryRequest,GetRepositoryResponse> handler)
-
Uses of GetRepositoryRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetRepositoryRequest Modifier and Type Method Description GetRepositoryRequest
GetRepositoryRequest.Builder. build()
Build the instance of GetRepositoryRequest as configured by this builderGetRepositoryRequest
GetRepositoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRepositoryRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetRepositoryRequest Modifier and Type Method Description GetRepositoryRequest.Builder
GetRepositoryRequest.Builder. copy(GetRepositoryRequest o)
Copy method to populate the builder with values from the given instance.
-