Uses of Class
org.uitnet.testing.smartfwk.remote_machine.AbstractRemoteMachineActionHandler
-
Packages that use AbstractRemoteMachineActionHandler Package Description org.uitnet.testing.smartfwk.remote_machine -
-
Uses of AbstractRemoteMachineActionHandler in org.uitnet.testing.smartfwk.remote_machine
Subclasses of AbstractRemoteMachineActionHandler in org.uitnet.testing.smartfwk.remote_machine Modifier and Type Class Description classSmartRemoteMachineActionHandlerIf you are using privateKey and public key for authentication then key should be generated correctly like the following command: ssh-keygen -m PEM -t rsa -b 4096 -C "your_email@example.com" -fMethods in org.uitnet.testing.smartfwk.remote_machine that return AbstractRemoteMachineActionHandler Modifier and Type Method Description AbstractRemoteMachineActionHandlerAbstractRemoteMachineActionHandler. clone()AbstractRemoteMachineActionHandlerAbstractRemoteMachineActionHandler. deleteFiles(String absolutePath, TextMatchMechanism fileNameMatchMechanism, String expectedValue)AbstractRemoteMachineActionHandlerRemoteMachineManager. getActionHandler(String appName, String remoteMachineName)AbstractRemoteMachineActionHandlerSmartRemoteMachineManager. getActionHandler(String appName, String remoteMachineName)AbstractRemoteMachineActionHandlerAbstractRemoteMachineActionHandler. validateFileExists(String absolutePath, TextMatchMechanism fileNameMatchMechanism, String expectedValue)AbstractRemoteMachineActionHandlerAbstractRemoteMachineActionHandler. validateFilesExist(String absolutePath, List<String> files)AbstractRemoteMachineActionHandlerAbstractRemoteMachineActionHandler. validateFolderExist(String absolutePath, List<String> folders)AbstractRemoteMachineActionHandlerAbstractRemoteMachineActionHandler. validateFolderExists(String absolutePath, TextMatchMechanism directoryNameMatchMechanism, String expectedValue)
-