Uses of Enum Class
com.cloudforge.core.local.PreflightMode
Packages that use PreflightMode
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 PreflightMode in com.cloudforge.core.local
Subclasses with type arguments of type PreflightMode in com.cloudforge.core.localModifier and TypeClassDescriptionenumHow local emulator deploy preflight treats violations.Methods in com.cloudforge.core.local that return PreflightModeModifier and TypeMethodDescriptionstatic PreflightModePreflightMode.fromEnv(String envKey, PreflightMode defaultMode) static PreflightModeReturns the enum constant of this class with the specified name.static PreflightMode[]PreflightMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cloudforge.core.local with parameters of type PreflightModeModifier and TypeMethodDescriptionbooleanPreflightResult.allowed(PreflightMode mode) static PreflightModePreflightMode.fromEnv(String envKey, PreflightMode defaultMode) voidPreflightResult.throwIfBlocked(PreflightMode mode) -
Uses of PreflightMode in com.cloudforgeci.api.deploy
Methods in com.cloudforgeci.api.deploy that return PreflightModeModifier and TypeMethodDescriptionLocalDeployPreflight.PreflightOutcome.mode()Returns the value of themoderecord component.static PreflightModeLocalDeployPreflight.modeFor(DeploymentTarget target) Constructors in com.cloudforgeci.api.deploy with parameters of type PreflightModeModifierConstructorDescriptionPreflightOutcome(PreflightResult result, PreflightMode mode) PreflightOutcome(PreflightResult result, PreflightMode mode, boolean ran) Creates an instance of aPreflightOutcomerecord class.