Package hudson.plugins.ec2.win
Class WinConnection
java.lang.Object
hudson.plugins.ec2.win.WinConnection
-
Constructor Summary
ConstructorsConstructorDescriptionWinConnection
(String host, String username, String password) Deprecated.WinConnection
(String host, String username, String password, boolean allowSelfSignedCertificate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
boolean
ping()
boolean
void
setUseHTTPS
(boolean useHTTPS) winrm()
winrm
(int timeout)
-
Constructor Details
-
WinConnection
Deprecated. -
WinConnection
-
-
Method Details
-
winrm
-
winrm
-
execute
-
execute
-
putFile
- Throws:
IOException
-
getFile
- Throws:
IOException
-
exists
- Throws:
IOException
-
ping
public boolean ping() -
pingFailingIfSSHHandShakeError
- Throws:
IOException
-
close
public void close() -
setUseHTTPS
public void setUseHTTPS(boolean useHTTPS)
-