Class RequestFactory
java.lang.Object
hudson.plugins.ec2.win.winrm.request.RequestFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintnewDeleteShellRequest(String shellId) newExecuteCommandRequest(String shellId, String command) newGetOutputRequest(String shellId, String commandId) newSendInputRequest(byte[] input, String shellId, String commandId) newSignalRequest(String shellId, String commandId) voidsetEnvelopSize(int envelopSize) voidvoidsetTimeout(String timeout)
-
Constructor Details
-
RequestFactory
-
-
Method Details
-
newOpenShellRequest
-
newExecuteCommandRequest
-
newDeleteShellRequest
-
newSignalRequest
-
newSendInputRequest
-
newGetOutputRequest
-
getTimeout
-
setTimeout
-
getEnvelopSize
public int getEnvelopSize() -
setEnvelopSize
public void setEnvelopSize(int envelopSize) -
getLocale
-
setLocale
-