Class WXWorkRobotRequest
java.lang.Object
io.jenkins.plugins.wxwork.protocol.WXWorkRobotRequest
- All Implemented Interfaces:
HttpRequest
WXWorkRobotRequest
- Author:
- nekoimi 2022/07/16
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RobotProperty
RobotPropertyprotected RobotRequest
RobotRequest -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jenkins.plugins.wxwork.contract.HttpRequest
contentType
-
Field Details
-
property
RobotProperty
-
request
RobotRequest
-
-
Constructor Details
-
WXWorkRobotRequest
public WXWorkRobotRequest()
-
-
Method Details
-
method
Description copied from interface:HttpRequest
请求方法
- Specified by:
method
in interfaceHttpRequest
-
url
Description copied from interface:HttpRequest
请求地址
- Specified by:
url
in interfaceHttpRequest
-
body
public byte[] body()Description copied from interface:HttpRequest
请求体
- Specified by:
body
in interfaceHttpRequest
-