Package fr.enedis.chutney.action.ssh
Class SshServerStopAction
java.lang.Object
fr.enedis.chutney.action.ssh.SshServerStopAction
- All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action
-
Constructor Summary
ConstructorsConstructorDescriptionSshServerStopAction(fr.enedis.chutney.action.spi.injectable.Logger logger, SshServerMock sshServer) -
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
-
SshServerStopAction
public SshServerStopAction(fr.enedis.chutney.action.spi.injectable.Logger logger, @Input("ssh-server") SshServerMock sshServer)
-
-
Method Details
-
execute
public fr.enedis.chutney.action.spi.ActionExecutionResult execute()- Specified by:
executein interfacefr.enedis.chutney.action.spi.Action
-