Uses of Interface
com.atlassian.bamboo.webhook.WebhookSenderService
-
Packages that use WebhookSenderService Package Description com.atlassian.bamboo.notification com.atlassian.bamboo.notification.transports.webhook -
-
Uses of WebhookSenderService in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type WebhookSenderService Modifier and Type Method Description void
NotificationFactoryImpl. setWebhookSenderService(WebhookSenderService webhookSenderService)
-
Uses of WebhookSenderService in com.atlassian.bamboo.notification.transports.webhook
Constructors in com.atlassian.bamboo.notification.transports.webhook with parameters of type WebhookSenderService Constructor Description WebhookTransport(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, DeploymentProjectService deploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl)
-