Uses of Class
com.oracle.bmc.devops.responses.CancelBuildRunResponse
-
Packages that use CancelBuildRunResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of CancelBuildRunResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return CancelBuildRunResponse Modifier and Type Method Description CancelBuildRunResponse
Devops. cancelBuildRun(CancelBuildRunRequest request)
Cancels the build run based on the build run ID provided in the request.CancelBuildRunResponse
DevopsClient. cancelBuildRun(CancelBuildRunRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type CancelBuildRunResponse Modifier and Type Method Description Future<CancelBuildRunResponse>
DevopsAsync. cancelBuildRun(CancelBuildRunRequest request, AsyncHandler<CancelBuildRunRequest,CancelBuildRunResponse> handler)
Cancels the build run based on the build run ID provided in the request.Future<CancelBuildRunResponse>
DevopsAsyncClient. cancelBuildRun(CancelBuildRunRequest request, AsyncHandler<CancelBuildRunRequest,CancelBuildRunResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type CancelBuildRunResponse Modifier and Type Method Description Future<CancelBuildRunResponse>
DevopsAsync. cancelBuildRun(CancelBuildRunRequest request, AsyncHandler<CancelBuildRunRequest,CancelBuildRunResponse> handler)
Cancels the build run based on the build run ID provided in the request.Future<CancelBuildRunResponse>
DevopsAsyncClient. cancelBuildRun(CancelBuildRunRequest request, AsyncHandler<CancelBuildRunRequest,CancelBuildRunResponse> handler)
-
Uses of CancelBuildRunResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return CancelBuildRunResponse Modifier and Type Method Description CancelBuildRunResponse
CancelBuildRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CancelBuildRunResponse Modifier and Type Method Description CancelBuildRunResponse.Builder
CancelBuildRunResponse.Builder. copy(CancelBuildRunResponse o)
Copy method to populate the builder with values from the given instance.
-