Uses of Record Class
com.cloudforge.core.local.PreflightResult
Packages that use PreflightResult
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 PreflightResult in com.cloudforge.core.local
Methods in com.cloudforge.core.local that return PreflightResultModifier and TypeMethodDescriptionstatic PreflightResultPreflightResult.allowed(DeploymentTarget target) PreflightResult.merge(PreflightResult other) static PreflightResultPreflightResult.of(DeploymentTarget target, List<PreflightViolation> violations) Methods in com.cloudforge.core.local with parameters of type PreflightResultModifier and TypeMethodDescriptionstatic StringPreflightMessages.formatBlocked(PreflightResult result) static StringPreflightMessages.formatWarnings(PreflightResult result) PreflightResult.merge(PreflightResult other) -
Uses of PreflightResult in com.cloudforgeci.api.deploy
Methods in com.cloudforgeci.api.deploy that return PreflightResultModifier and TypeMethodDescriptionLocalDeployPreflight.PreflightOutcome.result()Returns the value of theresultrecord component.Constructors in com.cloudforgeci.api.deploy with parameters of type PreflightResultModifierConstructorDescriptionPreflightOutcome(PreflightResult result, PreflightMode mode) PreflightOutcome(PreflightResult result, PreflightMode mode, boolean ran) Creates an instance of aPreflightOutcomerecord class. -
Uses of PreflightResult in com.cloudforgeci.localstack
Methods in com.cloudforgeci.localstack that return PreflightResultModifier and TypeMethodDescriptionstatic PreflightResultLocalStackDeployPreflight.validateForDeployment(DeploymentConfig config, ApplicationSpec spec, Path canonicalTemplate, LocalStackCapabilitySnapshot snapshot) static PreflightResultLocalStackDeployPreflight.validateForDeployment(DeploymentConfig config, ApplicationSpec spec, Path canonicalTemplate, LocalStackCapabilitySnapshot snapshot, String stackName) -
Uses of PreflightResult in com.cloudforgeci.ministack
Methods in com.cloudforgeci.ministack that return PreflightResultModifier and TypeMethodDescriptionstatic PreflightResultMiniStackDeployPreflight.validate(DeploymentConfig config, ApplicationSpec spec, Path canonicalTemplate) static PreflightResultMiniStackDeployPreflight.validate(DeploymentConfig config, ApplicationSpec spec, Path canonicalTemplate, URI endpoint, String stackName)