- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getSlackWebhookUrls (0.6 sec)
-
src/main/java/org/codelibs/fess/helper/NotificationHelper.java
// https://api.slack.com/messaging/webhooks#posting_with_webhooks final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String slackWebhookUrls = fessConfig.getSlackWebhookUrls(); if (StringUtil.isBlank(slackWebhookUrls)) { return; } final String body = toSlackMessage(discloser);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
default boolean hasNotification() { return StringUtil.isNotBlank(getNotificationTo()) || StringUtil.isNotBlank(getSlackWebhookUrls()); } default void setSlackWebhookUrls(final String value) { setSystemProperty(Constants.SLACK_WEBHOOK_URLS_PROPERTY, value); } default String getSlackWebhookUrls() { return getSystemProperty(Constants.SLACK_WEBHOOK_URLS_PROPERTY, StringUtil.EMPTY); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0)