- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for notificationHelper (0.12 sec)
-
src/test/java/org/codelibs/fess/helper/NotificationHelperTest.java
import org.dbflute.optional.OptionalThing; public class NotificationHelperTest extends UnitFessTestCase { private NotificationHelper notificationHelper; @Override public void setUp() throws Exception { super.setUp(); notificationHelper = new NotificationHelper(); } public void test_sendToSlack_withBlankWebhookUrls() { // Setup mock configuration with blank webhook URLs
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 19.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java
public String getHostname() { return "test-hostname"; } }; FessConfig fessConfig = createTestFessConfig(); NotificationHelper notificationHelper = new NotificationHelper() { // Mock send method public void send(final Object postcard) { // Mock implementation } };
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 30.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
} else { toAddresses = StringUtil.EMPTY_STRINGS; } final NotificationHelper notificationHelper = ComponentUtil.getNotificationHelper(); SMailCallbackContext.setPreparedMessageHookOnThread(notificationHelper::send); CrawlerPostcard.droppedInto(postbox, postcard -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
private static final String SCRIPT_ENGINE_FACTORY = "scriptEngineFactory"; private static final String INGEST_FACTORY = "ingestFactory"; private static final String NOTIFICATION_HELPER = "notificationHelper"; private static final String SEARCH_HELPER = "searchHelper"; private static final String THEME_HELPER = "themeHelper"; private static final String PLUGIN_HELPER = "pluginHelper";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0)