Package com.chutneytesting.action.ssh
Class Connection
- java.lang.Object
-
- com.chutneytesting.action.ssh.Connection
-
public class Connection extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringpassphraseStringpasswordStringprivateKeyStringserverHostintserverPortStringusername
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Connectionfrom(Target target)booleanusePrivateKey()
-
-
-
Method Detail
-
from
public static Connection from(Target target)
-
usePrivateKey
public boolean usePrivateKey()
-
-