Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
LastDeploymentInfo |
LastDeploymentInfo.clone() |
LastDeploymentInfo |
DeploymentGroupInfo.getLastAttemptedDeployment()
Information about the most recent attempted deployment to the deployment group.
|
LastDeploymentInfo |
DeploymentGroupInfo.getLastSuccessfulDeployment()
Information about the most recent successful deployment to the deployment group.
|
LastDeploymentInfo |
LastDeploymentInfo.withCreateTime(Date createTime)
A timestamp that indicates when the most recent deployment to the deployment group started.
|
LastDeploymentInfo |
LastDeploymentInfo.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
LastDeploymentInfo |
LastDeploymentInfo.withEndTime(Date endTime)
A timestamp that indicates when the most recent deployment to the deployment group was complete.
|
LastDeploymentInfo |
LastDeploymentInfo.withStatus(DeploymentStatus status)
The status of the most recent deployment.
|
LastDeploymentInfo |
LastDeploymentInfo.withStatus(String status)
The status of the most recent deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentGroupInfo.setLastAttemptedDeployment(LastDeploymentInfo lastAttemptedDeployment)
Information about the most recent attempted deployment to the deployment group.
|
void |
DeploymentGroupInfo.setLastSuccessfulDeployment(LastDeploymentInfo lastSuccessfulDeployment)
Information about the most recent successful deployment to the deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withLastAttemptedDeployment(LastDeploymentInfo lastAttemptedDeployment)
Information about the most recent attempted deployment to the deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withLastSuccessfulDeployment(LastDeploymentInfo lastSuccessfulDeployment)
Information about the most recent successful deployment to the deployment group.
|
Copyright © 2021. All rights reserved.