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.withAdditionalDeploymentStatusInfo(String additionalDeploymentStatusInfo)
Provides information about the results of a deployment, such as whether instances in the original environment in
a blue/green deployment were not terminated.
|
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.withBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for this 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.withDeploymentStyle(DeploymentStyle deploymentStyle)
Information about the type of deployment, either standard or blue/green, you want to run and whether to route
deployment traffic behind a load balancer.
|
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.withInstanceTerminationWaitTimeStarted(Boolean instanceTerminationWaitTimeStarted)
Indicates whether the wait period set for the termination of instances in the original environment has started.
|
DeploymentInfo |
DeploymentInfo.withLoadBalancerInfo(LoadBalancerInfo loadBalancerInfo)
Information about the load balancer used in this blue/green deployment.
|
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.withTargetInstances(TargetInstances targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
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 © 2017. All rights reserved.