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