Uses of Class
com.oracle.bmc.devops.requests.SyncRepositoryRequest
-
Packages that use SyncRepositoryRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of SyncRepositoryRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type SyncRepositoryRequest Modifier and Type Method Description SyncRepositoryResponse
Devops. syncRepository(SyncRepositoryRequest request)
Synchronize a forked repository to the latest versionFuture<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)
SyncRepositoryResponse
DevopsClient. syncRepository(SyncRepositoryRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type SyncRepositoryRequest 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 SyncRepositoryRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return SyncRepositoryRequest Modifier and Type Method Description SyncRepositoryRequest
SyncRepositoryRequest.Builder. build()
Build the instance of SyncRepositoryRequest as configured by this builderSyncRepositoryRequest
SyncRepositoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SyncRepositoryRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type SyncRepositoryRequest Modifier and Type Method Description SyncRepositoryRequest.Builder
SyncRepositoryRequest.Builder. copy(SyncRepositoryRequest o)
Copy method to populate the builder with values from the given instance.
-