Uses of Interface
com.atlassian.bamboo.webhook.WebhookResponseService
Packages that use WebhookResponseService
Package
Description
-
Uses of WebhookResponseService in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type WebhookResponseServiceModifier and TypeMethodDescriptionvoid
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 WebhookResponseServiceModifierConstructorDescriptionWebhookTransport
(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 WebhookResponseServiceConstructors in com.atlassian.bamboo.webhook with parameters of type WebhookResponseServiceModifierConstructorDescriptionSingleWebhookSender
(WebhookToSend webhookToSend, WebhookResponseService webhookResponseService) -
Uses of WebhookResponseService in com.atlassian.bamboo.webhooks
Methods in com.atlassian.bamboo.webhooks that return WebhookResponseServiceMethods in com.atlassian.bamboo.webhooks with parameters of type WebhookResponseServiceModifier and TypeMethodDescriptionvoid
ViewWebhookResponseDetails.setWebhookResponseService
(WebhookResponseService webhookResponseService)