Class WebhookTransport
java.lang.Object
com.atlassian.bamboo.notification.transports.webhook.WebhookTransport
- All Implemented Interfaces:
NotificationTransport
-
Constructor Summary
ConstructorDescriptionWebhookTransport
(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, DeploymentProjectService deploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendNotification
(@NotNull Notification notification) Send off the notification of this transport type.
-
Constructor Details
-
WebhookTransport
public WebhookTransport(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, DeploymentProjectService deploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer)
-
-
Method Details
-
sendNotification
Description copied from interface:NotificationTransport
Send off the notification of this transport type.- Specified by:
sendNotification
in interfaceNotificationTransport
- Parameters:
notification
- object (used to generate notification content)
-