public class DefaultHTMLTemplate extends Object implements AlertTemplate
| 限定符和类型 | 字段和说明 |
|---|---|
static org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
DefaultHTMLTemplate() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMessageFromTemplate(String content,
org.apache.dolphinscheduler.common.enums.ShowType showType,
boolean showAll)
get a message from a specified alert template
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessageFromTemplatepublic String getMessageFromTemplate(String content, org.apache.dolphinscheduler.common.enums.ShowType showType, boolean showAll)
AlertTemplategetMessageFromTemplate 在接口中 AlertTemplatecontent - alert message contentshowType - show typeshowAll - whether to show allCopyright © 2021 The Apache Software Foundation. All rights reserved.