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 that indicates when the deployment was complete.
|
DeploymentInfo |
DeploymentInfo.withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
DeploymentInfo |
DeploymentInfo.withComputePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
DeploymentInfo |
DeploymentInfo.withCreateTime(Date createTime)
A timestamp that indicates 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 unique ID of a deployment.
|
DeploymentInfo |
DeploymentInfo.withDeploymentOverview(DeploymentOverview deploymentOverview)
A summary of the deployment status of the instances in the deployment.
|
DeploymentInfo |
DeploymentInfo.withDeploymentStatusMessages(Collection<String> deploymentStatusMessages)
Messages that contain information about the status of a deployment.
|
DeploymentInfo |
DeploymentInfo.withDeploymentStatusMessages(String... deploymentStatusMessages)
Messages that contain information about the status of a deployment.
|
DeploymentInfo |
DeploymentInfo.withDeploymentStyle(DeploymentStyle deploymentStyle)
Information about the type of deployment, either in-place 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.withExternalId(String externalId)
The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this
deployment.
|
DeploymentInfo |
DeploymentInfo.withFileExistsBehavior(FileExistsBehavior fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't
part of the previous successful deployment.
|
DeploymentInfo |
DeploymentInfo.withFileExistsBehavior(String fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't
part of the previous successful deployment.
|
DeploymentInfo |
DeploymentInfo.withIgnoreApplicationStopFailures(Boolean ignoreApplicationStopFailures)
If true, then if an
ApplicationStop , BeforeBlockTraffic , or
AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to
the next 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 the deployment.
|
DeploymentInfo |
DeploymentInfo.withPreviousRevision(RevisionLocation previousRevision)
Information about the application revision that was deployed to the deployment group before the most recent
successful deployment.
|
DeploymentInfo |
DeploymentInfo.withRelatedDeployments(RelatedDeployments relatedDeployments) |
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 that indicates 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 © 2021. All rights reserved.