Package com.calm.Executor
Class CalmExecutor
- java.lang.Object
-
- com.calm.Executor.CalmExecutor
-
public class CalmExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description CalmExecutor(String prismCentralIp, String userName, String password, String applicationName, String actionName, String runTimeVariables, PrintStream logger, boolean verifyCertificate)
CalmExecutor(String prismCentralIp, String userName, String password, String projectName, String blueprintName, String appProfileName, String actionName, String runtimeVariables, String applicationName, boolean waitForLaunchSuccess, PrintStream logger, boolean verifyCertificate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createGlobalEnvironmentVariables(String key, String value)
void
getAppDetails(String applicationName)
void
launchBlueprint()
void
runAppAction()
-
-
-
Constructor Detail
-
CalmExecutor
public CalmExecutor(String prismCentralIp, String userName, String password, String projectName, String blueprintName, String appProfileName, String actionName, String runtimeVariables, String applicationName, boolean waitForLaunchSuccess, PrintStream logger, boolean verifyCertificate)
-
-