public class AzureWFArchiveDeployer extends Object implements SunstoneArchiveDeployer
AzureWFIdentifiableSunstoneResource to determine the destination of deploy operation
To retrieve Azure cloud resources, the class relies on AzureWFIdentifiableSunstoneResource.get(Annotation, AzureSunstoneStore, Class).
Undeploy operations are registered in the extension store so that they are closed once the store is closed| Modifier and Type | Method and Description |
|---|---|
void |
deploy(String deploymentName,
Object object,
org.junit.jupiter.api.extension.ExtensionContext ctx) |
void |
undeploy(String deploymentName,
org.junit.jupiter.api.extension.ExtensionContext ctx) |
public void deploy(String deploymentName, Object object, org.junit.jupiter.api.extension.ExtensionContext ctx) throws SunstoneException
deploy in interface SunstoneArchiveDeployerSunstoneExceptionpublic void undeploy(String deploymentName, org.junit.jupiter.api.extension.ExtensionContext ctx) throws SunstoneException
undeploy in interface SunstoneArchiveDeployerSunstoneExceptionCopyright © 2023. All rights reserved.