Uses of Interface
com.atlassian.bamboo.webhook.WebhookResponseService
-
Packages that use WebhookResponseService Package Description com.atlassian.bamboo.notification com.atlassian.bamboo.notification.transports.webhook com.atlassian.bamboo.webhook com.atlassian.bamboo.webhooks -
-
Uses of WebhookResponseService in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type WebhookResponseService Modifier and Type Method Description void
NotificationFactoryImpl. setWebhookResponseService(WebhookResponseService webhookResponseService)
-
Uses of WebhookResponseService in com.atlassian.bamboo.notification.transports.webhook
Constructors in com.atlassian.bamboo.notification.transports.webhook with parameters of type WebhookResponseService Constructor Description WebhookTransport(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, DeploymentProjectService deploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer)
-
Uses of WebhookResponseService in com.atlassian.bamboo.webhook
Classes in com.atlassian.bamboo.webhook that implement WebhookResponseService Modifier and Type Class Description class
DefaultWebhookResponseService
Constructors in com.atlassian.bamboo.webhook with parameters of type WebhookResponseService Constructor Description SingleWebhookSender(WebhookToSend webhookToSend, WebhookResponseService webhookResponseService)
-
Uses of WebhookResponseService in com.atlassian.bamboo.webhooks
Methods in com.atlassian.bamboo.webhooks that return WebhookResponseService Modifier and Type Method Description WebhookResponseService
ViewWebhookResponseDetails. getWebhookResponseService()
Methods in com.atlassian.bamboo.webhooks with parameters of type WebhookResponseService Modifier and Type Method Description void
ViewWebhookResponseDetails. setWebhookResponseService(WebhookResponseService webhookResponseService)
-