Package com.chutneytesting.action.http
Class HttpsServerStartAction
java.lang.Object
com.chutneytesting.action.http.HttpsServerStartAction
- All Implemented Interfaces:
Action
-
Constructor Summary
ConstructorsConstructorDescriptionHttpsServerStartAction(Logger logger, FinallyActionRegistry finallyActionRegistry, String port, String trustStorePath, String trustStorePassword, String keyStorePath, String keyStorePassword, String keyPassword) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.chutneytesting.action.spi.Action
validateInputs
-
Constructor Details
-
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 Details