Uses of Interface
com.atlassian.bamboo.webhook.WebhookSenderService
Packages that use WebhookSenderService
Package
Description
-
Uses of WebhookSenderService in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type WebhookSenderServiceModifier and TypeMethodDescriptionvoid
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 WebhookSenderServiceModifierConstructorDescriptionWebhookTransport
(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, CachedDeploymentProjectService cacheDeploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer)