Uses of Class
com.amazonaws.services.codedeploy.model.DeploymentInfo
Packages that use DeploymentInfo
-
Uses of DeploymentInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return DeploymentInfoModifier and TypeMethodDescriptionDeploymentInfo.clone()
GetDeploymentResult.getDeploymentInfo()
Information about the deployment.DeploymentInfo.withApplicationName
(String applicationName) The application name.DeploymentInfo.withCompleteTime
(Date completeTime) A timestamp indicating when the deployment was complete.DeploymentInfo.withCreateTime
(Date createTime) A timestamp indicating when the deployment was created.DeploymentInfo.withCreator
(DeploymentCreator creator) The means by which the deployment was created:DeploymentInfo.withCreator
(String creator) The means by which the deployment was created:DeploymentInfo.withDeploymentConfigName
(String deploymentConfigName) The deployment configuration name.DeploymentInfo.withDeploymentGroupName
(String deploymentGroupName) The deployment group name.DeploymentInfo.withDeploymentId
(String deploymentId) The deployment ID.DeploymentInfo.withDeploymentOverview
(DeploymentOverview deploymentOverview) A summary of the deployment status of the instances in the deployment.DeploymentInfo.withDescription
(String description) A comment about the deployment.DeploymentInfo.withErrorInformation
(ErrorInformation errorInformation) Information about any error associated with this deployment.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.withRevision
(RevisionLocation revision) Information about the location of stored application artifacts and the service from which to retrieve them.DeploymentInfo.withStartTime
(Date startTime) A timestamp indicating when the deployment was deployed to the deployment group.DeploymentInfo.withStatus
(DeploymentStatus status) The current state of the deployment as a whole.DeploymentInfo.withStatus
(String status) The current state of the deployment as a whole.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type DeploymentInfoModifier and TypeMethodDescriptionBatchGetDeploymentsResult.getDeploymentsInfo()
Information about the deployments.Methods in com.amazonaws.services.codedeploy.model with parameters of type DeploymentInfoModifier and TypeMethodDescriptionvoid
GetDeploymentResult.setDeploymentInfo
(DeploymentInfo deploymentInfo) Information about the deployment.GetDeploymentResult.withDeploymentInfo
(DeploymentInfo deploymentInfo) Information about the deployment.BatchGetDeploymentsResult.withDeploymentsInfo
(DeploymentInfo... deploymentsInfo) Information about the deployments.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type DeploymentInfoModifier and TypeMethodDescriptionvoid
BatchGetDeploymentsResult.setDeploymentsInfo
(Collection<DeploymentInfo> deploymentsInfo) Information about the deployments.BatchGetDeploymentsResult.withDeploymentsInfo
(Collection<DeploymentInfo> deploymentsInfo) Information about the deployments.