Class SshClientAction

java.lang.Object
fr.enedis.chutney.action.ssh.SshClientAction
All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action

public class SshClientAction extends Object implements fr.enedis.chutney.action.spi.Action
  • Constructor Details

    • SshClientAction

      public SshClientAction(fr.enedis.chutney.action.spi.injectable.Target target, fr.enedis.chutney.action.spi.injectable.Logger logger, @Input("commands") List<Object> commands, @Input("channel") String channel)
  • Method Details

    • validateInputs

      public List<String> validateInputs()
      Specified by:
      validateInputs in interface fr.enedis.chutney.action.spi.Action
    • execute

      public fr.enedis.chutney.action.spi.ActionExecutionResult execute()
      Specified by:
      execute in interface fr.enedis.chutney.action.spi.Action