@Internal public class WebhookToSend extends Object
Constructor and Description |
---|
WebhookToSend(String name,
String payload,
org.springframework.http.HttpHeaders headers,
String url,
org.springframework.http.HttpMethod method,
String uuid) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.HttpHeaders |
getHeaders() |
org.springframework.http.HttpMethod |
getMethod() |
String |
getName() |
String |
getPayload() |
String |
getUrl() |
String |
getUuid() |
int |
incrementAndGetRetries() |
String |
toString() |
public String getPayload()
public org.springframework.http.HttpHeaders getHeaders()
public String getUrl()
public String getName()
public org.springframework.http.HttpMethod getMethod()
public String getUuid()
public int incrementAndGetRetries()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.