Package hudson.plugins.ec2.win.winrm
Class WinRM
java.lang.Object
hudson.plugins.ec2.win.winrm.WinRM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildURL()
int
boolean
void
ping()
void
setTimeout
(int timeout) void
setUseHTTPS
(boolean useHTTPS)
-
Constructor Details
-
WinRM
Deprecated. -
WinRM
-
-
Method Details
-
ping
- Throws:
IOException
-
execute
-
buildURL
-
isUseHTTPS
public boolean isUseHTTPS()- Returns:
- the useHTTPS
-
setUseHTTPS
public void setUseHTTPS(boolean useHTTPS) - Parameters:
useHTTPS
- the useHTTPS to set
-
getTimeout
public int getTimeout()- Returns:
- the timeout
-
setTimeout
public void setTimeout(int timeout) - Parameters:
timeout
- the timeout to set
-