Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for webhooks (0.05 sec)

  1. src/test/java/org/codelibs/fess/helper/NotificationHelperTest.java

            super.setUp();
            notificationHelper = new NotificationHelper();
        }
    
        public void test_sendToSlack_withBlankWebhookUrls() {
            // Setup mock configuration with blank webhook URLs
            ComponentUtil.setFessConfig(new MockFessConfig() {
                @Override
                public String getSlackWebhookUrls() {
                    return "";
                }
            });
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 19.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        /** Property key for Slack webhook URLs configuration. */
        public static final String SLACK_WEBHOOK_URLS_PROPERTY = "slack.webhook.urls";
    
        /** Property key for Google Chat webhook URLs configuration. */
        public static final String GOOGLE_CHAT_WEBHOOK_URLS_PROPERTY = "google.chat.webhook.urls";
    
        /** Property key for browser locale usage in search configuration. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
Back to top