Class HttpsServerStartAction

java.lang.Object
fr.enedis.chutney.action.http.HttpsServerStartAction
All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action

public class HttpsServerStartAction extends Object implements fr.enedis.chutney.action.spi.Action
  • Constructor Summary

    Constructors
    Constructor
    Description
    HttpsServerStartAction(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

    Modifier and Type
    Method
    Description
    fr.enedis.chutney.action.spi.ActionExecutionResult
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      execute in interface fr.enedis.chutney.action.spi.Action