Uses of Class
com.oracle.bmc.devops.model.UpdateDeploymentDetails
-
Packages that use UpdateDeploymentDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of UpdateDeploymentDetails in com.oracle.bmc.devops.model
Subclasses of UpdateDeploymentDetails in com.oracle.bmc.devops.model Modifier and Type Class Description class
UpdateDeployPipelineDeploymentDetails
Update details for a pipeline deployment.class
UpdateDeployPipelineRedeploymentDetails
Update details for a pipeline redeployment.class
UpdateSingleDeployStageDeploymentDetails
Update details for a single stage deployment.class
UpdateSingleDeployStageRedeploymentDetails
Update details for a single stage redeployment. -
Uses of UpdateDeploymentDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return UpdateDeploymentDetails Modifier and Type Method Description UpdateDeploymentDetails
UpdateDeploymentRequest. getBody$()
Alternative accessor for the body parameter.UpdateDeploymentDetails
UpdateDeploymentRequest. getUpdateDeploymentDetails()
The information to be updated.Methods in com.oracle.bmc.devops.requests with parameters of type UpdateDeploymentDetails Modifier and Type Method Description UpdateDeploymentRequest.Builder
UpdateDeploymentRequest.Builder. body$(UpdateDeploymentDetails body)
Alternative setter for the body parameter.UpdateDeploymentRequest.Builder
UpdateDeploymentRequest.Builder. updateDeploymentDetails(UpdateDeploymentDetails updateDeploymentDetails)
The information to be updated.
-