| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo |
DeploymentInfo.clone() |
DeploymentInfo |
GetDeploymentResult.getDeploymentInfo()
Information about the deployment.
|
DeploymentInfo |
DeploymentInfo.withApplicationName(String applicationName)
The application name.
|
DeploymentInfo |
DeploymentInfo.withAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment.
|
DeploymentInfo |
DeploymentInfo.withCompleteTime(Date completeTime)
A timestamp indicating when the deployment was complete.
|
DeploymentInfo |
DeploymentInfo.withCreateTime(Date createTime)
A timestamp indicating when the deployment was created.
|
DeploymentInfo |
DeploymentInfo.withCreator(DeploymentCreator creator)
The means by which the deployment was created:
|
DeploymentInfo |
DeploymentInfo.withCreator(String creator)
The means by which the deployment was created:
|
DeploymentInfo |
DeploymentInfo.withDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
DeploymentInfo |
DeploymentInfo.withDeploymentGroupName(String deploymentGroupName)
The deployment group name.
|
DeploymentInfo |
DeploymentInfo.withDeploymentId(String deploymentId)
The deployment ID.
|
DeploymentInfo |
DeploymentInfo.withDeploymentOverview(DeploymentOverview deploymentOverview)
A summary of the deployment status of the instances in the deployment.
|
DeploymentInfo |
DeploymentInfo.withDescription(String description)
A comment about the deployment.
|
DeploymentInfo |
DeploymentInfo.withErrorInformation(ErrorInformation errorInformation)
Information about any error associated with this deployment.
|
DeploymentInfo |
DeploymentInfo.withIgnoreApplicationStopFailures(Boolean ignoreApplicationStopFailures)
If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the
deployment to that instance will not be considered to have failed at that point and will continue on to the
BeforeInstall deployment lifecycle event.
|
DeploymentInfo |
DeploymentInfo.withRevision(RevisionLocation revision)
Information about the location of stored application artifacts and the service from which to retrieve them.
|
DeploymentInfo |
DeploymentInfo.withRollbackInfo(RollbackInfo rollbackInfo)
Information about a deployment rollback.
|
DeploymentInfo |
DeploymentInfo.withStartTime(Date startTime)
A timestamp indicating when the deployment was deployed to the deployment group.
|
DeploymentInfo |
DeploymentInfo.withStatus(DeploymentStatus status)
The current state of the deployment as a whole.
|
DeploymentInfo |
DeploymentInfo.withStatus(String status)
The current state of the deployment as a whole.
|
DeploymentInfo |
DeploymentInfo.withUpdateOutdatedInstancesOnly(Boolean updateOutdatedInstancesOnly)
Indicates whether only instances that are not running the latest application revision are to be deployed to.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentInfo> |
BatchGetDeploymentsResult.getDeploymentsInfo()
Information about the deployments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeploymentResult.setDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
|
BatchGetDeploymentsResult |
BatchGetDeploymentsResult.withDeploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetDeploymentsResult.setDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
|
BatchGetDeploymentsResult |
BatchGetDeploymentsResult.withDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
|
Copyright © 2016. All rights reserved.