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.model
Subclasses of Deployment in com.oracle.bmc.devops.model Modifier and Type Class Description class
DeployPipelineDeployment
Deployment of all the stages in the pipeline.class
DeployPipelineRedeployment
Redeployment of the full pipeline of a previous deployment.class
SingleDeployStageDeployment
Deployment of a single stage within the pipeline.class
SingleDeployStageRedeployment
Redeployment of a single stage of a previous deployment. -
Uses of Deployment in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return Deployment Modifier and Type Method Description Deployment
ApproveDeploymentResponse. getDeployment()
The returned Deployment instance.Deployment
CancelDeploymentResponse. getDeployment()
The returned Deployment instance.Deployment
CreateDeploymentResponse. getDeployment()
The returned Deployment instance.Deployment
GetDeploymentResponse. getDeployment()
The returned Deployment instance.Deployment
UpdateDeploymentResponse. getDeployment()
The returned Deployment instance.Methods in com.oracle.bmc.devops.responses with parameters of type Deployment Modifier and Type Method Description ApproveDeploymentResponse.Builder
ApproveDeploymentResponse.Builder. deployment(Deployment deployment)
The returned Deployment instance.CancelDeploymentResponse.Builder
CancelDeploymentResponse.Builder. deployment(Deployment deployment)
The returned Deployment instance.CreateDeploymentResponse.Builder
CreateDeploymentResponse.Builder. deployment(Deployment deployment)
The returned Deployment instance.GetDeploymentResponse.Builder
GetDeploymentResponse.Builder. deployment(Deployment deployment)
The returned Deployment instance.UpdateDeploymentResponse.Builder
UpdateDeploymentResponse.Builder. deployment(Deployment deployment)
The returned Deployment instance.
-