Uses of Class
com.oracle.bmc.devops.responses.GetRepositoryResponse
-
Packages that use GetRepositoryResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetRepositoryResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetRepositoryResponse Modifier and Type Method Description GetRepositoryResponse
Devops. getRepository(GetRepositoryRequest request)
Retrieves a repository by identifier.GetRepositoryResponse
DevopsClient. getRepository(GetRepositoryRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRepositoryResponse 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 GetRepositoryResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetRepositoryResponse Modifier and Type Method Description GetRepositoryResponse
GetRepositoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetRepositoryResponse Modifier and Type Method Description GetRepositoryResponse.Builder
GetRepositoryResponse.Builder. copy(GetRepositoryResponse o)
Copy method to populate the builder with values from the given instance.
-