Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/main/java/org/codelibs/fess/helper/NotificationHelper.java

         * @param discloser the mail posting discloser
         */
        protected void sendToSlack(final CardView cardView, final SMailPostingDiscloser discloser) {
            // https://api.slack.com/messaging/webhooks#posting_with_webhooks
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            final String slackWebhookUrls = fessConfig.getSlackWebhookUrls();
            if (StringUtil.isBlank(slackWebhookUrls)) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  2. .ci/jobs.t/defaults.yml

                  build-on:
                    - SUCCESS
                    - FAILURE
                    - UNSTABLE
                  build-steps:
                    - http-request:
                        url: https://homer.app.elstc.co/webhook/jenkins/build-finished
                        mode: GET
                        custom-headers:
                          - name: X-Jenkins-Build
    Registered: Sun Dec 21 06:47:06 UTC 2025
    - Last Modified: Wed Sep 29 15:38:05 UTC 2021
    - 2.9K bytes
    - Viewed (0)
Back to top