跳过导航链接
C G N O P S V W 

C

create() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WeChatAlertChannelFactory
 

G

getAgentid() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
getChatid() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
getCode() - 枚举 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WeChatType
 
getDescp() - 枚举 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WeChatType
 
getEnable_duplicate_check() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
getEnable_id_trans() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
getMarkdown() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
getMarkdown() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
getMsgtype() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
getMsgtype() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
getSafe() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
getSafe() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
getText() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
getText() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
getTouser() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 

N

name() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WeChatAlertChannelFactory
 

O

org.apache.dolphinscheduler.plugin.alert.wechat - 程序包 org.apache.dolphinscheduler.plugin.alert.wechat
 

P

params() - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WeChatAlertChannelFactory
 
process(AlertInfo) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WeChatAlertChannel
 

S

sendEnterpriseWeChat(String, String) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WeChatSender
send Enterprise WeChat
setAgentid(Integer) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
setChatid(String) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
setEnable_duplicate_check(Integer) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
setEnable_id_trans(Integer) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
setMarkdown(Map<String, String>) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
setMarkdown(Map<String, String>) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
setMsgtype(String) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
setMsgtype(String) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
setSafe(Integer) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
setSafe(Integer) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
setText(Map<String, String>) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
setText(Map<String, String>) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
setTouser(String) - 类 中的方法org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 

V

valueOf(String) - 枚举 中的静态方法org.apache.dolphinscheduler.plugin.alert.wechat.WeChatType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.dolphinscheduler.plugin.alert.wechat.WeChatType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WeChatAlertChannel - org.apache.dolphinscheduler.plugin.alert.wechat中的类
 
WeChatAlertChannel() - 类 的构造器org.apache.dolphinscheduler.plugin.alert.wechat.WeChatAlertChannel
 
WeChatAlertChannelFactory - org.apache.dolphinscheduler.plugin.alert.wechat中的类
 
WeChatAlertChannelFactory() - 类 的构造器org.apache.dolphinscheduler.plugin.alert.wechat.WeChatAlertChannelFactory
 
WeChatAlertConstants - org.apache.dolphinscheduler.plugin.alert.wechat中的类
 
WeChatAlertParamsConstants - org.apache.dolphinscheduler.plugin.alert.wechat中的类
 
WechatAppChatMessage - org.apache.dolphinscheduler.plugin.alert.wechat中的类
 
WechatAppChatMessage() - 类 的构造器org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
WechatAppChatMessage(String, String, Map<String, String>, Integer) - 类 的构造器org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppChatMessage
 
WechatAppMessage - org.apache.dolphinscheduler.plugin.alert.wechat中的类
 
WechatAppMessage() - 类 的构造器org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
WechatAppMessage(String, String, Integer, Map<String, String>, Integer, Integer, Integer) - 类 的构造器org.apache.dolphinscheduler.plugin.alert.wechat.WechatAppMessage
 
WeChatSender - org.apache.dolphinscheduler.plugin.alert.wechat中的类
 
WeChatType - org.apache.dolphinscheduler.plugin.alert.wechat中的枚举
 
C G N O P S V W 
跳过导航链接

Copyright © 2022 The Apache Software Foundation. All rights reserved.