Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
DeploymentOverview |
DeploymentOverview.clone() |
DeploymentOverview |
DeploymentInfo.getDeploymentOverview()
A summary of the deployment status of the instances in the deployment.
|
DeploymentOverview |
DeploymentOverview.withFailed(Long failed)
The number of instances in the deployment in a failed state.
|
DeploymentOverview |
DeploymentOverview.withInProgress(Long inProgress)
The number of instances in which the deployment is in progress.
|
DeploymentOverview |
DeploymentOverview.withPending(Long pending)
The number of instances in the deployment in a pending state.
|
DeploymentOverview |
DeploymentOverview.withReady(Long ready)
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
|
DeploymentOverview |
DeploymentOverview.withSkipped(Long skipped)
The number of instances in the deployment in a skipped state.
|
DeploymentOverview |
DeploymentOverview.withSucceeded(Long succeeded)
The number of instances in the deployment to which revisions have been successfully deployed.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentInfo.setDeploymentOverview(DeploymentOverview deploymentOverview)
A summary of the deployment status of the instances in the deployment.
|
DeploymentInfo |
DeploymentInfo.withDeploymentOverview(DeploymentOverview deploymentOverview)
A summary of the deployment status of the instances in the deployment.
|
Copyright © 2021. All rights reserved.