- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for sendToGoogleChat (0.09 seconds)
-
src/main/java/org/codelibs/fess/helper/NotificationHelper.java
* @param discloser the mail posting discloser */ public void send(final CardView cardView, final SMailPostingDiscloser discloser) { sendToSlack(cardView, discloser); sendToGoogleChat(cardView, discloser); } /** * Sends a notification to Slack. * * @param cardView the card view for the notification * @param discloser the mail posting discloser */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/NotificationHelperTest.java
MockSMailPostingDiscloser discloser = new MockSMailPostingDiscloser(); // Should return early without doing anything try { notificationHelper.sendToGoogleChat(null, discloser); } catch (Exception e) { fail("sendToGoogleChat() should not throw an exception with blank URLs: " + e.getMessage()); } } @Test public void test_sendToGoogleChat_withNullWebhookUrls() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 20K bytes - Click Count (0)