Package com.chutneytesting.action.ssh
Class SftpListDirAction
- java.lang.Object
-
- com.chutneytesting.action.ssh.SftpListDirAction
-
-
Constructor Summary
Constructors Constructor Description SftpListDirAction(Target target, Logger logger, String directory, String timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecute()List<String>validateInputs()
-
-
-
Method Detail
-
validateInputs
public List<String> validateInputs()
- Specified by:
validateInputsin interfaceAction
-
execute
public ActionExecutionResult execute()
-
-