Uses of Class
com.oracle.bmc.devops.responses.SyncRepositoryResponse
-
Packages that use SyncRepositoryResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of SyncRepositoryResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return SyncRepositoryResponse Modifier and Type Method Description SyncRepositoryResponse
Devops. syncRepository(SyncRepositoryRequest request)
Synchronize a forked repository to the latest versionSyncRepositoryResponse
DevopsClient. syncRepository(SyncRepositoryRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type SyncRepositoryResponse Modifier and Type Method Description Future<SyncRepositoryResponse>
DevopsAsync. syncRepository(SyncRepositoryRequest request, AsyncHandler<SyncRepositoryRequest,SyncRepositoryResponse> handler)
Synchronize a forked repository to the latest versionFuture<SyncRepositoryResponse>
DevopsAsyncClient. syncRepository(SyncRepositoryRequest request, AsyncHandler<SyncRepositoryRequest,SyncRepositoryResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type SyncRepositoryResponse Modifier and Type Method Description Future<SyncRepositoryResponse>
DevopsAsync. syncRepository(SyncRepositoryRequest request, AsyncHandler<SyncRepositoryRequest,SyncRepositoryResponse> handler)
Synchronize a forked repository to the latest versionFuture<SyncRepositoryResponse>
DevopsAsyncClient. syncRepository(SyncRepositoryRequest request, AsyncHandler<SyncRepositoryRequest,SyncRepositoryResponse> handler)
-
Uses of SyncRepositoryResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return SyncRepositoryResponse Modifier and Type Method Description SyncRepositoryResponse
SyncRepositoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type SyncRepositoryResponse Modifier and Type Method Description SyncRepositoryResponse.Builder
SyncRepositoryResponse.Builder. copy(SyncRepositoryResponse o)
Copy method to populate the builder with values from the given instance.
-