- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sendToSlack (0.05 sec)
-
src/main/java/org/codelibs/fess/helper/NotificationHelper.java
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 */ protected void sendToSlack(final CardView cardView, final SMailPostingDiscloser discloser) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/NotificationHelperTest.java
MockSMailPostingDiscloser discloser = new MockSMailPostingDiscloser(); // Should return early without doing anything try { notificationHelper.sendToSlack(null, discloser); } catch (Exception e) { fail("sendToSlack() should not throw an exception with blank URLs: " + e.getMessage()); } } public void test_sendToSlack_withNullWebhookUrls() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 19.6K bytes - Viewed (0)