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