- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for hasNotification (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/job/LogNotificationJobTest.java
private boolean hasNotification = true; private String notificationTo = "******@****.***"; @Override public boolean isLogNotificationEnabled() { return logNotificationEnabled; } @Override public boolean hasNotification() { return hasNotification; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 10.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default String getPurgeByBots() { return getSystemProperty(Constants.PURGE_BY_BOTS_PROPERTY, Constants.DEFAULT_PURGE_BY_BOTS); } default boolean hasNotification() { return StringUtil.isNotBlank(getNotificationTo()) || StringUtil.isNotBlank(getSlackWebhookUrls()) || StringUtil.isNotBlank(getGoogleChatWebhookUrls()); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/LogNotificationJob.java
final FessConfig fessConfig = ComponentUtil.getFessConfig(); if (!fessConfig.isLogNotificationEnabled()) { return "Log notification disabled."; } if (!fessConfig.hasNotification()) { return "No notification targets configured."; } final SearchEngineClient client = ComponentUtil.getSearchEngineClient();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0)