Uses of Interface
com.atlassian.bamboo.webhook.WebhookTemplate
Packages that use WebhookTemplate
Package
Description
-
Uses of WebhookTemplate in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream with parameters of type WebhookTemplateModifier and TypeMethodDescriptionprotected voidWebhookTemplateMapper.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
Methods in com.atlassian.bamboo.notification with parameters of type WebhookTemplateModifier and TypeMethodDescriptionNotificationFactory.getWebhookTransport(WebhookTemplate webhookTemplate, String url) NotificationFactoryImpl.getWebhookTransport(WebhookTemplate webhookTemplate, String url) -
Uses of WebhookTemplate in com.atlassian.bamboo.notification.transports.webhook
Constructors in com.atlassian.bamboo.notification.transports.webhook with parameters of type WebhookTemplateModifierConstructorDescriptionWebhookTransport(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, CachedDeploymentProjectService cacheDeploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer) -
Uses of WebhookTemplate in com.atlassian.bamboo.webhook
Classes in com.atlassian.bamboo.webhook that implement WebhookTemplateMethods in com.atlassian.bamboo.webhook that return WebhookTemplateModifier and TypeMethodDescriptionDefaultWebhookTemplateService.save(WebhookTemplate webhookTemplate) WebhookTemplateService.save(WebhookTemplate webhookTemplate) Saves new webhook templateMethods in com.atlassian.bamboo.webhook that return types with arguments of type WebhookTemplateModifier 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 AdministrationMethods in com.atlassian.bamboo.webhook with parameters of type WebhookTemplateModifier and TypeMethodDescriptionDefaultWebhookTemplateService.save(WebhookTemplate webhookTemplate) WebhookTemplateService.save(WebhookTemplate webhookTemplate) Saves new webhook templatevoidDefaultWebhookTemplateService.update(WebhookTemplate webhookTemplate) voidWebhookTemplateService.update(WebhookTemplate webhookTemplate) Updates Webhook Template which already existsMethod parameters in com.atlassian.bamboo.webhook with type arguments of type WebhookTemplateModifier and TypeMethodDescriptionlongWebhookTemplateDao.scrollTokensForExport(Consumer<WebhookTemplate> exportXmlConsumer) Scroll through all AccessToken records and pass them to consumerlongWebhookTemplateHibernateDao.scrollTokensForExport(@NotNull Consumer<WebhookTemplate> consumer) -
Uses of WebhookTemplate in com.atlassian.bamboo.ww2.actions.admin.webhook
Methods in com.atlassian.bamboo.ww2.actions.admin.webhook that return types with arguments of type WebhookTemplate