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.withCompleteTime(Date completeTime)
A timestamp indicating when the deployment was completed.
|
DeploymentInfo |
DeploymentInfo.withCreateTime(Date createTime)
A timestamp indicating when the deployment was created.
|
DeploymentInfo |
DeploymentInfo.withCreator(DeploymentCreator creator)
How the deployment was created:
|
DeploymentInfo |
DeploymentInfo.withCreator(String creator)
How 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 fail to a specific instance, the deployment will not
be considered to have failed to that instance at that point and will
continue on to the BeforeInstall deployment lifecycle event.
|
DeploymentInfo |
DeploymentInfo.withRevision(RevisionLocation revision)
Information about the location of application artifacts that are stored
and the service to retrieve them from.
|
DeploymentInfo |
DeploymentInfo.withStartTime(Date startTime)
A timestamp indicating when the deployment began deploying 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.
|
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 © 2015. All rights reserved.