Class WebhookRelayAPI.Input

java.lang.Object
com.webhookrelay.jenkins.WebhookRelayAPI.Input
Enclosing class:
WebhookRelayAPI

public static class WebhookRelayAPI.Input extends Object
  • Field Details

    • id

      public String id
    • name

      public String name
    • bucketId

      @SerializedName("bucket_id") public String bucketId
    • customDomain

      @SerializedName("custom_domain") public String customDomain
    • pathPrefix

      @SerializedName("path_prefix") public String pathPrefix
  • Constructor Details

    • Input

      public Input()
  • Method Details

    • endpointUrl

      public String endpointUrl()
      The public webhook URL to paste into your SCM provider. Prefers the dedicated *.hooks.webhookrelay.com domain when available, falling back to the canonical /v1/webhooks/<id> endpoint.