public class NotifyHelper extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
fillPlatforms(List<NotifyPlatform> platforms,
List<NotifyItem> notifyItems) |
static Set<String> |
getAlarmKeys(NotifyItemEnum notifyItemEnum) |
static Set<String> |
getAllAlarmKeys() |
static Optional<NotifyItem> |
getNotifyItem(ExecutorWrapper executor,
NotifyItemEnum notifyType) |
static Optional<NotifyPlatform> |
getPlatform(String platform) |
static void |
initNotify(DtpExecutor executor,
List<NotifyPlatform> platforms) |
static void |
refreshNotify(String poolName,
List<NotifyPlatform> platforms,
List<NotifyItem> oldItems,
List<NotifyItem> newItems) |
public static Set<String> getAlarmKeys(NotifyItemEnum notifyItemEnum)
public static Optional<NotifyItem> getNotifyItem(ExecutorWrapper executor, NotifyItemEnum notifyType)
public static void fillPlatforms(List<NotifyPlatform> platforms, List<NotifyItem> notifyItems)
public static Optional<NotifyPlatform> getPlatform(String platform)
public static void initNotify(DtpExecutor executor, List<NotifyPlatform> platforms)
public static void refreshNotify(String poolName, List<NotifyPlatform> platforms, List<NotifyItem> oldItems, List<NotifyItem> newItems)
Copyright © 2023. All rights reserved.