Uses of Record Class
com.cloudforge.core.local.TemplateAdaptationResult
Packages that use TemplateAdaptationResult
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 TemplateAdaptationResult in com.cloudforge.core.local
Methods in com.cloudforge.core.local that return TemplateAdaptationResultModifier and TypeMethodDescriptionLocalDeploymentPipeline.adapt(LocalDeploymentRequest request) TemplateAdapter.adapt(com.fasterxml.jackson.databind.node.ObjectNode canonicalTemplate, String stackName) LocalDeploymentPipelineResult.adaptation()Returns the value of theadaptationrecord component.static TemplateAdaptationResultTemplateAdapterSupport.adaptFile(TemplateAdapter adapter, Path canonicalTemplate, Path localTemplate, Path report, String stackName) Methods in com.cloudforge.core.local with parameters of type TemplateAdaptationResultModifier and TypeMethodDescriptionTemplateAdapter.applicationUrl(TemplateAdaptationResult result) Application URL from adapted template outputs, if present.booleanTemplateAdapter.requiresLocalAuthRuntime(TemplateAdaptationResult result) Whether a local auth runtime should be started after deploy.Constructors in com.cloudforge.core.local with parameters of type TemplateAdaptationResultModifierConstructorDescriptionLocalDeploymentPipelineResult(TemplateAdaptationResult adaptation, LocalDeployResult deployment) Creates an instance of aLocalDeploymentPipelineResultrecord class. -
Uses of TemplateAdaptationResult in com.cloudforgeci.api.deploy
Methods in com.cloudforgeci.api.deploy that return TemplateAdaptationResultModifier and TypeMethodDescriptionDeploymentResult.adaptation()Returns the value of theadaptationrecord component.Constructors in com.cloudforgeci.api.deploy with parameters of type TemplateAdaptationResultModifierConstructorDescriptionDeploymentResult(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 TemplateAdaptationResult in com.cloudforgeci.localstack
Methods in com.cloudforgeci.localstack that return TemplateAdaptationResultModifier and TypeMethodDescriptionstatic TemplateAdaptationResultLocalStackDeploymentPipeline.adapt(LocalDeploymentRequest request) static TemplateAdaptationResultLocalStackDeploymentPipeline.adapt(LocalStackDeploymentPipeline.DeployRequest request) static TemplateAdaptationResultLocalStackTemplateAdapter.adapt(com.fasterxml.jackson.databind.node.ObjectNode canonicalTemplate) LocalStackTemplateAdapter.adapt(com.fasterxml.jackson.databind.node.ObjectNode canonicalTemplate, String stackName) LocalStackTemplateAdapter.adapt(com.fasterxml.jackson.databind.node.ObjectNode canonicalTemplate, String stackName, LocalStackCapabilitySnapshot snapshot) Adapts using an explicit capability snapshot (tier-aware EFS/Backup handling).LocalStackDeploymentPipeline.DeployResult.adaptation()Deprecated.Returns the value of theadaptationrecord component.static TemplateAdaptationResultstatic TemplateAdaptationResultLocalStackTemplateAdapter.adaptFile(Path canonicalTemplate, Path localTemplate, Path report, String stackName) Methods in com.cloudforgeci.localstack with parameters of type TemplateAdaptationResultModifier and TypeMethodDescriptionLocalStackTemplateAdapter.applicationUrl(TemplateAdaptationResult result) booleanLocalStackTemplateAdapter.requiresLocalAuthRuntime(TemplateAdaptationResult result) Constructors in com.cloudforgeci.localstack with parameters of type TemplateAdaptationResultModifierConstructorDescriptionDeployResult(TemplateAdaptationResult adaptation, LocalDeployResult deployment) Deprecated.Creates an instance of aDeployResultrecord class. -
Uses of TemplateAdaptationResult in com.cloudforgeci.ministack
Methods in com.cloudforgeci.ministack that return TemplateAdaptationResultModifier and TypeMethodDescriptionstatic TemplateAdaptationResultMiniStackDeploymentPipeline.adapt(LocalDeploymentRequest request) static TemplateAdaptationResultMiniStackDeploymentPipeline.adapt(MiniStackDeploymentPipeline.DeployRequest request) static TemplateAdaptationResultMiniStackTemplateAdapter.adapt(com.fasterxml.jackson.databind.node.ObjectNode canonicalTemplate) MiniStackTemplateAdapter.adapt(com.fasterxml.jackson.databind.node.ObjectNode canonicalTemplate, String stackName) MiniStackDeploymentPipeline.DeployResult.adaptation()Deprecated.Returns the value of theadaptationrecord component.static TemplateAdaptationResultstatic TemplateAdaptationResultMiniStackTemplateAdapter.adaptFile(Path canonicalTemplate, Path localTemplate, Path report, String stackName) Methods in com.cloudforgeci.ministack with parameters of type TemplateAdaptationResultModifier and TypeMethodDescriptionMiniStackTemplateAdapter.applicationUrl(TemplateAdaptationResult result) booleanMiniStackTemplateAdapter.requiresLocalAuthRuntime(TemplateAdaptationResult result) Constructors in com.cloudforgeci.ministack with parameters of type TemplateAdaptationResultModifierConstructorDescriptionDeployResult(TemplateAdaptationResult adaptation, LocalDeployResult deployment) Deprecated.Creates an instance of aDeployResultrecord class.