@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,
String planResultKey,
Long deploymentResultId,
String event,
VariableSubstitutor variableSubstitutor) |
Modifier and Type | Method and Description |
---|---|
Long |
getDeploymentResultId() |
String |
getEvent() |
org.springframework.http.HttpHeaders |
getHeaders() |
org.springframework.http.HttpMethod |
getMethod() |
String |
getName() |
String |
getPayload() |
String |
getPlanResultKey() |
AtomicInteger |
getRetries() |
String |
getUrl() |
String |
getUuid() |
VariableSubstitutor |
getVariableSubstitutor() |
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()
public AtomicInteger getRetries()
public String getPlanResultKey()
public Long getDeploymentResultId()
public String getEvent()
public VariableSubstitutor getVariableSubstitutor()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.