Class HttpNotifier

All Implemented Interfaces:
ExtensionPoint, Describable<InputNotifier>, Serializable, Comparable<InputNotifier>

public class HttpNotifier extends InputNotifier
Author:
jasper
See Also:
  • Constructor Details

    • HttpNotifier

      @DataBoundConstructor public HttpNotifier()
  • Method Details

    • getHttpEndpoint

      public String getHttpEndpoint()
    • setHttpEndpoint

      @DataBoundSetter public void setHttpEndpoint(String httpEndpoint)
    • getIgnoreSSL

      public boolean getIgnoreSSL()
      Gets whether to ignore SSL verify.
      Returns:
      true if ignore SSL is enabled
    • setIgnoreSSL

      @DataBoundSetter public void setIgnoreSSL(boolean ignoreSSL)
    • notifyInputNotification

      public void notifyInputNotification(InputNotificationEvent event)
      Description copied from class: InputNotifier
      Send notification after input started, approved, aborted
      Specified by:
      notifyInputNotification in class InputNotifier
      Parameters:
      event - input event