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)
NotificationTransportsendNotification in interface NotificationTransportnotification - object (used to generate notification content)Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.