Uses of Enum Class
com.cloudforgeci.api.deploy.DeployMode
Packages that use DeployMode
Package
Description
Central deploy orchestration for CloudForge local and (future) AWS targets.
-
Uses of DeployMode in com.cloudforgeci.api.deploy
Subclasses with type arguments of type DeployMode in com.cloudforgeci.api.deployMethods in com.cloudforgeci.api.deploy that return DeployModeModifier and TypeMethodDescriptionDeploymentRequest.mode()Returns the value of themoderecord component.DeploymentResult.mode()Returns the value of themoderecord component.static DeployModeReturns the enum constant of this class with the specified name.static DeployMode[]DeployMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cloudforgeci.api.deploy with parameters of type DeployModeModifierConstructorDescriptionDeploymentRequest(DeploymentConfig config, DeploymentTarget target, DeployMode mode, Path canonicalTemplate, Path outputDirectory, DeployOptions options) Creates an instance of aDeploymentRequestrecord class.DeploymentResult(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.