Class LocalDeploymentPipeline
java.lang.Object
com.cloudforge.core.local.LocalDeploymentPipeline
Target-agnostic adapt → deploy → auth-runtime reconcile pipeline.
Concrete targets wire a TemplateAdapter, LocalDeployer, and optional
LocalAuthRuntime — for example MiniStack in cloudforge-ministack.
-
Constructor Summary
ConstructorsConstructorDescriptionLocalDeploymentPipeline(TemplateAdapter templateAdapter, Supplier<? extends LocalDeployer> deployerFactory, LocalAuthRuntime authRuntime) -
Method Summary
Modifier and TypeMethodDescriptionadapt(LocalDeploymentRequest request) deploy(LocalDeploymentRequest request)
-
Constructor Details
-
LocalDeploymentPipeline
public LocalDeploymentPipeline(TemplateAdapter templateAdapter, Supplier<? extends LocalDeployer> deployerFactory, LocalAuthRuntime authRuntime)
-
-
Method Details
-
adapt
- Throws:
IOException
-
deploy
- Throws:
IOException
-