- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getNotificationTo (1.51 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
return getSystemProperty(Constants.PURGE_BY_BOTS_PROPERTY, Constants.DEFAULT_PURGE_BY_BOTS); } default boolean hasNotification() { return StringUtil.isNotBlank(getNotificationTo()) || StringUtil.isNotBlank(getSlackWebhookUrls()); } default void setSlackWebhookUrls(final String value) { setSystemProperty(Constants.SLACK_WEBHOOK_URLS_PROPERTY, value); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0)