Uses of Interface
com.atlassian.bamboo.webhook.WebhookTemplateService
-
-
Uses of WebhookTemplateService in com.atlassian.bamboo.notification.recipients
Methods in com.atlassian.bamboo.notification.recipients with parameters of type WebhookTemplateService Modifier and Type Method Description void
WebhookRecipient. setWebhookTemplateService(WebhookTemplateService webhookTemplateService)
-
Uses of WebhookTemplateService in com.atlassian.bamboo.plugins.testutils.rest.resource.administration
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.administration with parameters of type WebhookTemplateService Constructor Description AdministrationResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, AuditLogService auditLogService, MailConfigurationService mailConfigurationService, BambooHomeLocator homeLocator, BambooLicenseManager bambooLicenseManager, WebhookTemplateService webhookTemplateService)
-
Uses of WebhookTemplateService in com.atlassian.bamboo.webhook
Classes in com.atlassian.bamboo.webhook that implement WebhookTemplateService Modifier and Type Class Description class
DefaultWebhookTemplateService
-
Uses of WebhookTemplateService in com.atlassian.bamboo.ww2.actions.admin.webhook
Methods in com.atlassian.bamboo.ww2.actions.admin.webhook with parameters of type WebhookTemplateService Modifier and Type Method Description void
ConfigureWebhookTemplates. setWebhookTemplateService(WebhookTemplateService webhookTemplateService)
-