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