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 CreateDeployStageResponseDevops. 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)CreateDeployStageResponseDevopsClient. 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 CreateDeployStageRequestCreateDeployStageRequest.Builder. build()Build the instance of CreateDeployStageRequest as configured by this builderCreateDeployStageRequestCreateDeployStageRequest.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.BuilderCreateDeployStageRequest.Builder. copy(CreateDeployStageRequest o)Copy method to populate the builder with values from the given instance.
-