Uses of Record Class
com.cloudforge.core.local.LocalSameApplicationStackReplacer.Result
Packages that use LocalSameApplicationStackReplacer.Result
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 LocalSameApplicationStackReplacer.Result in com.cloudforge.core.local
Methods in com.cloudforge.core.local that return LocalSameApplicationStackReplacer.ResultModifier and TypeMethodDescriptionLocalSameApplicationStackReplacer.Result.empty()LocalSameApplicationStackReplacer.replace(String applicationId, String keepCfnStack, String replaceEnvVar, DeploymentTarget target, Supplier<List<String>> activeStacks, Function<String, Map<String, String>> tagsForStack, Function<String, Optional<String>> catalogApplicationId, LocalSameApplicationStackReplacer.StackDeleter deleter) -
Uses of LocalSameApplicationStackReplacer.Result in com.cloudforgeci.api.deploy
Methods in com.cloudforgeci.api.deploy that return LocalSameApplicationStackReplacer.ResultModifier and TypeMethodDescriptionDeploymentResult.replaceResult()Returns the value of thereplaceResultrecord component.Constructors in com.cloudforgeci.api.deploy with parameters of type LocalSameApplicationStackReplacer.ResultModifierConstructorDescriptionDeploymentResult(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 LocalSameApplicationStackReplacer.Result in com.cloudforgeci.localstack
Methods in com.cloudforgeci.localstack that return LocalSameApplicationStackReplacer.ResultModifier and TypeMethodDescriptionLocalStackDeployer.replaceSameApplicationStacks(String applicationId, String keepCfnStack, Path catalogDirectory) When replacing an app under a new stack name, delete other active LocalStack stacks for the sameapplicationId(tag ordeployment-contextscatalog). -
Uses of LocalSameApplicationStackReplacer.Result in com.cloudforgeci.ministack
Methods in com.cloudforgeci.ministack that return LocalSameApplicationStackReplacer.ResultModifier and TypeMethodDescriptionMiniStackDeployer.replaceSameApplicationStacks(String applicationId, String keepCfnStack, Path catalogDirectory) When replacing an app under a new stack name, delete other active MiniStack stacks for the sameapplicationId(tag ordeployment-contextscatalog).