Uses of Class
com.oracle.bmc.devops.model.Deployment
- 
Packages that use Deployment Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses 
- 
- 
Uses of Deployment in com.oracle.bmc.devops.modelSubclasses of Deployment in com.oracle.bmc.devops.model Modifier and Type Class Description classDeployPipelineDeploymentDeployment of all the stages in the pipeline.classDeployPipelineRedeploymentRedeployment of the full pipeline of a previous deployment.classSingleDeployStageDeploymentDeployment of a single stage within the pipeline.classSingleDeployStageRedeploymentRedeployment of a single stage of a previous deployment.
- 
Uses of Deployment in com.oracle.bmc.devops.responsesMethods in com.oracle.bmc.devops.responses that return Deployment Modifier and Type Method Description DeploymentApproveDeploymentResponse. getDeployment()The returned Deployment instance.DeploymentCancelDeploymentResponse. getDeployment()The returned Deployment instance.DeploymentCreateDeploymentResponse. getDeployment()The returned Deployment instance.DeploymentGetDeploymentResponse. getDeployment()The returned Deployment instance.DeploymentUpdateDeploymentResponse. getDeployment()The returned Deployment instance.Methods in com.oracle.bmc.devops.responses with parameters of type Deployment Modifier and Type Method Description ApproveDeploymentResponse.BuilderApproveDeploymentResponse.Builder. deployment(Deployment deployment)The returned Deployment instance.CancelDeploymentResponse.BuilderCancelDeploymentResponse.Builder. deployment(Deployment deployment)The returned Deployment instance.CreateDeploymentResponse.BuilderCreateDeploymentResponse.Builder. deployment(Deployment deployment)The returned Deployment instance.GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. deployment(Deployment deployment)The returned Deployment instance.UpdateDeploymentResponse.BuilderUpdateDeploymentResponse.Builder. deployment(Deployment deployment)The returned Deployment instance.
 
-