Class WebhookToSend


  • @Internal
    public class WebhookToSend
    extends Object
    • Constructor Detail

      • WebhookToSend

        public WebhookToSend​(String name,
                             String payload,
                             org.springframework.http.HttpHeaders headers,
                             String url,
                             org.springframework.http.HttpMethod method,
                             String uuid,
                             String planResultKey,
                             Long deploymentResultId,
                             String event,
                             VariableSubstitutor variableSubstitutor)
    • Method Detail

      • getPayload

        public String getPayload()
      • getHeaders

        public org.springframework.http.HttpHeaders getHeaders()
      • getUrl

        public String getUrl()
      • getName

        public String getName()
      • getMethod

        public org.springframework.http.HttpMethod getMethod()
      • getUuid

        public String getUuid()
      • incrementAndGetRetries

        public int incrementAndGetRetries()
      • getPlanResultKey

        public String getPlanResultKey()
      • getDeploymentResultId

        public Long getDeploymentResultId()
      • getEvent

        public String getEvent()