public interface AlertTemplate
| 限定符和类型 | 方法和说明 |
|---|---|
default String |
getMessageFromTemplate(String content,
org.apache.dolphinscheduler.common.enums.ShowType showType)
default showAll is true
|
String |
getMessageFromTemplate(String content,
org.apache.dolphinscheduler.common.enums.ShowType showType,
boolean showAll)
get a message from a specified alert template
|
String getMessageFromTemplate(String content, org.apache.dolphinscheduler.common.enums.ShowType showType, boolean showAll)
content - alert message contentshowType - show typeshowAll - whether to show allCopyright © 2021 The Apache Software Foundation. All rights reserved.