public class WebhookTransport extends Object implements NotificationTransport
Constructor and Description |
---|
WebhookTransport(WebhookTemplate webhookTemplate,
CustomVariableContext customVariableContext,
ErrorUpdateHandler errorUpdateHandler,
ResultsSummaryManager resultsSummaryManager,
WebhookSenderService webhookSenderService,
String url,
WebhookResponseService webhookResponseService) |
Modifier and Type | Method and Description |
---|---|
void |
sendNotification(Notification notification)
Send off the notification of this transport type.
|
public WebhookTransport(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService)
public void sendNotification(@NotNull Notification notification)
NotificationTransport
sendNotification
in interface NotificationTransport
notification
- object (used to generate notification content)Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.