Class MarkdownMessageTransfer
java.lang.Object
io.jenkins.plugins.wxwork.transfer.MarkdownMessageTransfer
- All Implemented Interfaces:
RobotMessageTransfer
MarkdownMessageTransfer
- Author:
- nekoimi 2022/11/14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
supports
(MessageType messageType) 是否支持消息类型transferRobotRequest
(RobotPipelineVars pipelineVars) 生成机器人请求消息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.RobotMessageTransfer
transferTextList
-
Constructor Details
-
MarkdownMessageTransfer
public MarkdownMessageTransfer()
-
-
Method Details
-
supports
Description copied from interface:RobotMessageTransfer
是否支持消息类型
- Specified by:
supports
in interfaceRobotMessageTransfer
- Parameters:
messageType
- 消息类型MessageType
-
transferRobotRequest
Description copied from interface:RobotMessageTransfer
生成机器人请求消息
- Specified by:
transferRobotRequest
in interfaceRobotMessageTransfer
- Parameters:
pipelineVars
- Pipeline参数
-