Uses of Class
com.oracle.bmc.devops.responses.GetDeployPipelineResponse
-
Packages that use GetDeployPipelineResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetDeployPipelineResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetDeployPipelineResponse Modifier and Type Method Description GetDeployPipelineResponse
Devops. getDeployPipeline(GetDeployPipelineRequest request)
Retrieves a deployment pipeline by identifier.GetDeployPipelineResponse
DevopsClient. getDeployPipeline(GetDeployPipelineRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetDeployPipelineResponse Modifier and Type Method Description Future<GetDeployPipelineResponse>
DevopsAsync. getDeployPipeline(GetDeployPipelineRequest request, AsyncHandler<GetDeployPipelineRequest,GetDeployPipelineResponse> handler)
Retrieves a deployment pipeline by identifier.Future<GetDeployPipelineResponse>
DevopsAsyncClient. getDeployPipeline(GetDeployPipelineRequest request, AsyncHandler<GetDeployPipelineRequest,GetDeployPipelineResponse> handler)
-
Uses of GetDeployPipelineResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetDeployPipelineResponse Modifier and Type Method Description GetDeployPipelineResponse
GetDeployPipelineResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetDeployPipelineResponse Modifier and Type Method Description GetDeployPipelineResponse.Builder
GetDeployPipelineResponse.Builder. copy(GetDeployPipelineResponse o)
Copy method to populate the builder with values from the given instance.
-