Package com.atlassian.bamboo.webhook
Class DefaultWebhookResponseService.WebhookToSave
java.lang.Object
com.atlassian.bamboo.webhook.DefaultWebhookResponseService.WebhookToSave
- Enclosing class:
- DefaultWebhookResponseService
-
Constructor Summary
ConstructorDescriptionWebhookToSave
(String name, String payload, String headers, String url, HttpMethod method, String uuid, String planResultKey, Long deploymentResultId, String event, int retries) -
Method Summary
-
Constructor Details
-
WebhookToSave
-
-
Method Details
-
getPayload
-
getHeaders
-
getUrl
-
getName
-
getMethod
-
getUuid
-
getRetries
public int getRetries() -
getPlanResultKey
-
getDeploymentResultId
-
getEvent
-