Uses of Class
com.oracle.bmc.devops.requests.CreateRepositoryRequest
-
Packages that use CreateRepositoryRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of CreateRepositoryRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type CreateRepositoryRequest Modifier and Type Method Description CreateRepositoryResponse
Devops. createRepository(CreateRepositoryRequest request)
Creates a new repository.Future<CreateRepositoryResponse>
DevopsAsync. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
Creates a new repository.Future<CreateRepositoryResponse>
DevopsAsyncClient. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
CreateRepositoryResponse
DevopsClient. createRepository(CreateRepositoryRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type CreateRepositoryRequest Modifier and Type Method Description Future<CreateRepositoryResponse>
DevopsAsync. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
Creates a new repository.Future<CreateRepositoryResponse>
DevopsAsyncClient. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
-
Uses of CreateRepositoryRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreateRepositoryRequest Modifier and Type Method Description CreateRepositoryRequest
CreateRepositoryRequest.Builder. build()
Build the instance of CreateRepositoryRequest as configured by this builderCreateRepositoryRequest
CreateRepositoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateRepositoryRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type CreateRepositoryRequest Modifier and Type Method Description CreateRepositoryRequest.Builder
CreateRepositoryRequest.Builder. copy(CreateRepositoryRequest o)
Copy method to populate the builder with values from the given instance.
-