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() |
@NotNull String |
getEventName() |
@NotNull org.springframework.http.HttpMethod |
getHttpMethod() |
long |
getId() |
String |
getPlanResultKey() |
Date |
getReceiveTime() |
@NotNull WebhookResponseStatus |
getResponseStatus() |
int |
getRetriesCount() |
@NotNull Date |
getSendTime() |
Integer |
getStatusCode() |
@NotNull String |
getTemplateName() |
@NotNull String |
getUrl() |
@NotNull 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 @NotNull org.springframework.http.HttpMethod getHttpMethod()
getHttpMethod in interface WebhookResponse@NotNull public @NotNull String getUrl()
getUrl in interface WebhookResponse@NotNull public @NotNull WebhookResponseStatus getResponseStatus()
getResponseStatus in interface WebhookResponsepublic Integer getStatusCode()
getStatusCode in interface WebhookResponse@NotNull public @NotNull String getTemplateName()
getTemplateName in interface WebhookResponse@NotNull public @NotNull String getEventName()
getEventName in interface WebhookResponse@NotNull public @NotNull 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 @NotNull Date getSendTime()
getSendTime in interface WebhookResponse@Nullable public Date getReceiveTime()
getReceiveTime in interface WebhookResponsepublic long getId()
getId in interface BambooIdProviderCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.