Package com.chutneytesting.action.http
Class HttpsServerStartAction
- java.lang.Object
-
- com.chutneytesting.action.http.HttpsServerStartAction
-
-
Constructor Summary
Constructors Constructor Description HttpsServerStartAction(Logger logger, FinallyActionRegistry finallyActionRegistry, String port, String trustStorePath, String trustStorePassword, String keyStorePath, String keyStorePassword, String keyPassword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecute()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.chutneytesting.action.spi.Action
validateInputs
-
-
-
-
Constructor Detail
-
HttpsServerStartAction
public HttpsServerStartAction(Logger logger, FinallyActionRegistry finallyActionRegistry, @Input("port") String port, @Input("truststore-path") String trustStorePath, @Input("truststore-password") String trustStorePassword, @Input("keystore-path") String keyStorePath, @Input("keystore-password") String keyStorePassword, @Input("key-password") String keyPassword)
-
-
Method Detail
-
execute
public ActionExecutionResult execute()
-
-