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