Package com.atlassian.bamboo.webhook
Class WebhookToSend
java.lang.Object
com.atlassian.bamboo.webhook.WebhookToSend
-
Constructor Summary
ConstructorDescriptionWebhookToSend
(String name, String payload, HttpHeaders headers, String url, HttpMethod method, String uuid, String planResultKey, Long deploymentResultId, String event, VariableSubstitutor variableSubstitutor) -
Method Summary
-
Constructor Details
-
WebhookToSend
public WebhookToSend(String name, String payload, HttpHeaders headers, String url, HttpMethod method, String uuid, String planResultKey, Long deploymentResultId, String event, VariableSubstitutor variableSubstitutor)
-
-
Method Details