Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
Modifier and Type | Method and Description |
---|---|
DeploymentOverview |
DeploymentInfo.getDeploymentOverview()
A summary of the deployment status of the instances in the deployment.
|
DeploymentOverview |
DeploymentOverview.withFailed(Long failed)
The number of instances that have failed in the deployment.
|
DeploymentOverview |
DeploymentOverview.withInProgress(Long inProgress)
The number of instances that are in progress in the deployment.
|
DeploymentOverview |
DeploymentOverview.withPending(Long pending)
The number of instances that are pending in the deployment.
|
DeploymentOverview |
DeploymentOverview.withSkipped(Long skipped)
The number of instances that have been skipped in the deployment.
|
DeploymentOverview |
DeploymentOverview.withSucceeded(Long succeeded)
The number of instances that have succeeded in the deployment.
|
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 © 2014. All rights reserved.