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