Uses of Record Class
com.cloudforge.core.local.LocalDeployResult
Packages that use LocalDeployResult
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
Central deploy orchestration for CloudForge local and (future) AWS targets.
-
Uses of LocalDeployResult in com.cloudforge.core.local
Methods in com.cloudforge.core.local that return LocalDeployResultModifier and TypeMethodDescriptionLocalDeploymentPipelineResult.deployment()Returns the value of thedeploymentrecord component.Constructors in com.cloudforge.core.local with parameters of type LocalDeployResultModifierConstructorDescriptionLocalDeploymentPipelineResult(TemplateAdaptationResult adaptation, LocalDeployResult deployment) Creates an instance of aLocalDeploymentPipelineResultrecord class. -
Uses of LocalDeployResult in com.cloudforgeci.api.deploy
Methods in com.cloudforgeci.api.deploy that return LocalDeployResultModifier and TypeMethodDescriptionDeploymentResult.deployment()Returns the value of thedeploymentrecord component.Constructors in com.cloudforgeci.api.deploy with parameters of type LocalDeployResultModifierConstructorDescriptionDeploymentResult(DeploymentTarget target, DeployMode mode, String localStackName, String endpoint, Path adaptationReport, TemplateAdaptationResult adaptation, LocalDeployResult deployment, LocalSameApplicationStackReplacer.Result replaceResult, Map<String, String> outputs, List<Path> catalogPaths, List<String> messages, boolean historyRecorded) Creates an instance of aDeploymentResultrecord class. -
Uses of LocalDeployResult in com.cloudforgeci.localstack
Methods in com.cloudforgeci.localstack that return LocalDeployResultModifier and TypeMethodDescriptionLocalStackDeploymentPipeline.DeployResult.deployment()Deprecated.Returns the value of thedeploymentrecord component.Constructors in com.cloudforgeci.localstack with parameters of type LocalDeployResultModifierConstructorDescriptionDeployResult(TemplateAdaptationResult adaptation, LocalDeployResult deployment) Deprecated.Creates an instance of aDeployResultrecord class. -
Uses of LocalDeployResult in com.cloudforgeci.ministack
Methods in com.cloudforgeci.ministack that return LocalDeployResultModifier and TypeMethodDescriptionMiniStackDeploymentPipeline.DeployResult.deployment()Deprecated.Returns the value of thedeploymentrecord component.Constructors in com.cloudforgeci.ministack with parameters of type LocalDeployResultModifierConstructorDescriptionDeployResult(TemplateAdaptationResult adaptation, LocalDeployResult deployment) Deprecated.Creates an instance of aDeployResultrecord class.