public class WebhookResponseDto extends Object implements WebhookResponse
| Constructor and Description |
|---|
WebhookResponseDto(Long responseWebhookId,
UUID uuid,
String templateName,
String eventName,
String url,
org.springframework.http.HttpMethod httpMethod,
WebhookResponseStatus responseStatus,
Integer statusCode,
String planResultKey,
Long deploymentResultId,
int retriesCount,
Date sendTime,
Date receiveTime) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDeploymentResultId() |
String |
getEventName() |
org.springframework.http.HttpMethod |
getHttpMethod() |
long |
getId() |
String |
getPlanResultKey() |
Date |
getReceiveTime() |
WebhookResponseStatus |
getResponseStatus() |
int |
getRetriesCount() |
Date |
getSendTime() |
Integer |
getStatusCode() |
String |
getTemplateName() |
String |
getUrl() |
UUID |
getUuid() |
public WebhookResponseDto(Long responseWebhookId, UUID uuid, String templateName, String eventName, String url, org.springframework.http.HttpMethod httpMethod, WebhookResponseStatus responseStatus, Integer statusCode, String planResultKey, Long deploymentResultId, int retriesCount, Date sendTime, Date receiveTime)
@NotNull public org.springframework.http.HttpMethod getHttpMethod()
getHttpMethod in interface WebhookResponse@NotNull public String getUrl()
getUrl in interface WebhookResponse@NotNull public WebhookResponseStatus getResponseStatus()
getResponseStatus in interface WebhookResponsepublic Integer getStatusCode()
getStatusCode in interface WebhookResponse@NotNull public String getTemplateName()
getTemplateName in interface WebhookResponse@NotNull public String getEventName()
getEventName in interface WebhookResponse@NotNull public UUID getUuid()
getUuid in interface WebhookResponsepublic int getRetriesCount()
getRetriesCount in interface WebhookResponse@Nullable public String getPlanResultKey()
getPlanResultKey in interface WebhookResponse@Nullable public Long getDeploymentResultId()
getDeploymentResultId in interface WebhookResponse@NotNull public Date getSendTime()
getSendTime in interface WebhookResponse@Nullable public Date getReceiveTime()
getReceiveTime in interface WebhookResponsepublic long getId()
getId in interface BambooIdProviderCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.