Uses of Interface
com.atlassian.bamboo.webhook.WebhookTemplate
Package
Description
-
Uses of WebhookTemplate in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected void
WebhookTemplateMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull WebhookTemplate object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) -
Uses of WebhookTemplate in com.atlassian.bamboo.notification
Modifier and TypeMethodDescriptionNotificationFactory.getWebhookTransport
(WebhookTemplate webhookTemplate, String url) NotificationFactoryImpl.getWebhookTransport
(WebhookTemplate webhookTemplate, String url) -
Uses of WebhookTemplate in com.atlassian.bamboo.notification.transports.webhook
ModifierConstructorDescriptionWebhookTransport
(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, DeploymentProjectService deploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer) -
Uses of WebhookTemplate in com.atlassian.bamboo.webhook
Modifier and TypeMethodDescriptionDefaultWebhookTemplateService.save
(WebhookTemplate webhookTemplate) WebhookTemplateService.save
(WebhookTemplate webhookTemplate) Saves new webhook templateModifier and TypeMethodDescriptionDefaultWebhookTemplateService.findById
(long webhookId) WebhookTemplateService.findById
(long webhookId) Finds WebhookTemplate By idDefaultWebhookTemplateService.findByUuid
(UUID uuid) @NotNull Optional<WebhookTemplate>
WebhookTemplateDao.findByUuid
(UUID uuid) WebhookTemplateHibernateDao.findByUuid
(UUID uuid) WebhookTemplateService.findByUuid
(UUID uuid) Finds WebhookTemplate By uuid@NotNull List<WebhookTemplate>
WebhookTemplateDao.findGlobalTemplates()
Return all Global webhook templates which are specified in Global administrationWebhookTemplateHibernateDao.findGlobalTemplates()
DefaultWebhookTemplateService.getGlobalWebhooks()
WebhookTemplateService.getGlobalWebhooks()
return all Global webhook specified in Global AdministrationModifier and TypeMethodDescriptionDefaultWebhookTemplateService.save
(WebhookTemplate webhookTemplate) WebhookTemplateService.save
(WebhookTemplate webhookTemplate) Saves new webhook templatevoid
DefaultWebhookTemplateService.update
(WebhookTemplate webhookTemplate) void
WebhookTemplateService.update
(WebhookTemplate webhookTemplate) Updates Webhook Template which already existsModifier and TypeMethodDescriptionlong
WebhookTemplateDao.scrollTokensForExport
(Consumer<WebhookTemplate> exportXmlConsumer) Scroll through all AccessToken records and pass them to consumerlong
WebhookTemplateHibernateDao.scrollTokensForExport
(@NotNull Consumer<WebhookTemplate> consumer) -
Uses of WebhookTemplate in com.atlassian.bamboo.ww2.actions.admin.webhook