public static class DefaultWebhookResponseService.WebhookToSave extends Object
Constructor and Description |
---|
WebhookToSave(String name,
String payload,
String headers,
String url,
org.springframework.http.HttpMethod method,
String uuid,
String planResultKey,
Long deploymentResultId,
String event,
int retries) |
Modifier and Type | Method and Description |
---|---|
Long |
getDeploymentResultId() |
String |
getEvent() |
String |
getHeaders() |
org.springframework.http.HttpMethod |
getMethod() |
String |
getName() |
String |
getPayload() |
String |
getPlanResultKey() |
int |
getRetries() |
String |
getUrl() |
String |
getUuid() |
public String getPayload()
public String getHeaders()
public String getUrl()
public String getName()
public org.springframework.http.HttpMethod getMethod()
public String getUuid()
public int getRetries()
public String getPlanResultKey()
public Long getDeploymentResultId()
public String getEvent()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.