Uses of Class
com.amazonaws.services.codedeploy.model.DeploymentOverview
Packages that use DeploymentOverview
-
Uses of DeploymentOverview in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return DeploymentOverviewModifier and TypeMethodDescriptionDeploymentOverview.clone()
DeploymentInfo.getDeploymentOverview()
A summary of the deployment status of the instances in the deployment.DeploymentOverview.withFailed
(Long failed) The number of instances in the deployment in a failed state.DeploymentOverview.withInProgress
(Long inProgress) The number of instances in which the deployment is in progress.DeploymentOverview.withPending
(Long pending) The number of instances in the deployment in a pending state.DeploymentOverview.withSkipped
(Long skipped) The number of instances in the deployment in a skipped state.DeploymentOverview.withSucceeded
(Long succeeded) The number of instances in the deployment to which revisions have been successfully deployed.Methods in com.amazonaws.services.codedeploy.model with parameters of type DeploymentOverviewModifier and TypeMethodDescriptionvoid
DeploymentInfo.setDeploymentOverview
(DeploymentOverview deploymentOverview) A summary of the deployment status of the instances in the deployment.DeploymentInfo.withDeploymentOverview
(DeploymentOverview deploymentOverview) A summary of the deployment status of the instances in the deployment.