Package fr.enedis.chutney.action.http
Class HttpsServerStartAction
java.lang.Object
fr.enedis.chutney.action.http.HttpsServerStartAction
- All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action
-
Constructor Summary
ConstructorsConstructorDescriptionHttpsServerStartAction(fr.enedis.chutney.action.spi.injectable.Logger logger, fr.enedis.chutney.action.spi.injectable.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 fr.enedis.chutney.action.spi.Action
validateInputs
-
Constructor Details
-
HttpsServerStartAction
public HttpsServerStartAction(fr.enedis.chutney.action.spi.injectable.Logger logger, fr.enedis.chutney.action.spi.injectable.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
-
execute
public fr.enedis.chutney.action.spi.ActionExecutionResult execute()- Specified by:
executein interfacefr.enedis.chutney.action.spi.Action
-