Class WebhookForwarder

java.lang.Object
com.webhookrelay.jenkins.WebhookForwarder

public class WebhookForwarder extends Object
  • Constructor Details

    • WebhookForwarder

      public WebhookForwarder()
    • WebhookForwarder

      public WebhookForwarder(String defaultEndpointPath)
  • Method Details

    • forward

      public ForwardResponse forward(WebhookEvent event)
      Forwards the webhook event to Jenkins and returns the response. Returns null if the forward could not be performed.
    • getRootUrl

      protected String getRootUrl()