Class AbstractWinRMRequest
java.lang.Object
hudson.plugins.ec2.win.winrm.request.AbstractWinRMRequest
- All Implemented Interfaces:
WinRMRequest
- Direct Known Subclasses:
DeleteShellRequest,ExecuteCommandRequest,GetOutputRequest,OpenShellRequest,SendInputRequest,SignalRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected HeaderBuilderprotected Stringprotected MessageBuilderprotected Stringprotected URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.Documentbuild()protected abstract voidprotected HeaderBuilderprotected Stringintprotected voidsetBody(org.dom4j.Element body) voidsetEnvelopSize(int envelopSize) voidvoidsetTimeout(String timeout)
-
Field Details
-
message
-
header
-
timeout
-
envelopSize
protected int envelopSize -
locale
-
url
-
-
Constructor Details
-
AbstractWinRMRequest
-
-
Method Details
-
construct
protected abstract void construct() -
build
public org.dom4j.Document build()- Specified by:
buildin interfaceWinRMRequest
-
defaultHeader
- Throws:
URISyntaxException
-
setBody
protected void setBody(org.dom4j.Element body) -
generateUUID
-
getTimeout
-
setTimeout
-
getEnvelopSize
public int getEnvelopSize() -
setEnvelopSize
public void setEnvelopSize(int envelopSize) -
getLocale
-
setLocale
-