Class ZoomNotifyClient

java.lang.Object
io.jenkins.plugins.zoom.ZoomNotifyClient

public class ZoomNotifyClient extends Object
Client for sending notifications to Zoom webhook endpoints. Supports both direct connections and proxy configurations.
  • Method Details

    • notify

      public static boolean notify(String url, Secret authToken, boolean jenkinsProxyUsed, String message)
      Sends notification with Secret token
    • notify

      public static boolean notify(String url, String authToken, boolean jenkinsProxyUsed, String message)
      Sends notification with plain text token