Package com.atlassian.bamboo.webhook
Class WebhookToSend
- java.lang.Object
-
- com.atlassian.bamboo.webhook.WebhookToSend
-
@Internal public class WebhookToSend extends Object
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getPayload
public String getPayload()
-
getHeaders
public org.springframework.http.HttpHeaders getHeaders()
-
getUrl
public String getUrl()
-
getName
public String getName()
-
getMethod
public org.springframework.http.HttpMethod getMethod()
-
getUuid
public String getUuid()
-
incrementAndGetRetries
public int incrementAndGetRetries()
-
getRetries
public AtomicInteger getRetries()
-
getPlanResultKey
public String getPlanResultKey()
-
getDeploymentResultId
public Long getDeploymentResultId()
-
getEvent
public String getEvent()
-
getVariableSubstitutor
public VariableSubstitutor getVariableSubstitutor()
-
-