| Modifier and Type | Method and Description |
|---|---|
protected void |
WebhookTemplateMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull WebhookTemplate object,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
| Modifier and Type | Method and Description |
|---|---|
WebhookTransport |
NotificationFactoryImpl.getWebhookTransport(WebhookTemplate webhookTemplate,
String url) |
WebhookTransport |
NotificationFactory.getWebhookTransport(WebhookTemplate webhookTemplate,
String url) |
| Constructor and Description |
|---|
WebhookTransport(WebhookTemplate webhookTemplate,
CustomVariableContext customVariableContext,
ErrorUpdateHandler errorUpdateHandler,
ResultsSummaryManager resultsSummaryManager,
DeploymentProjectService deploymentProjectService,
WebhookSenderService webhookSenderService,
String url,
WebhookResponseService webhookResponseService,
DeploymentResultService deploymentResultService,
BambooUrl bambooUrl) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebhookTemplateEntity |
| Modifier and Type | Method and Description |
|---|---|
WebhookTemplate |
DefaultWebhookTemplateService.save(WebhookTemplate webhookTemplate) |
WebhookTemplate |
WebhookTemplateService.save(WebhookTemplate webhookTemplate)
Saves new webhook template
|
| Modifier and Type | Method and Description |
|---|---|
Optional<WebhookTemplate> |
DefaultWebhookTemplateService.findById(long webhookId) |
Optional<WebhookTemplate> |
WebhookTemplateService.findById(long webhookId)
Finds WebhookTemplate By id
|
Optional<WebhookTemplate> |
WebhookTemplateHibernateDao.findByUuid(UUID uuid) |
Optional<WebhookTemplate> |
DefaultWebhookTemplateService.findByUuid(UUID uuid) |
Optional<WebhookTemplate> |
WebhookTemplateService.findByUuid(UUID uuid)
Finds WebhookTemplate By uuid
|
List<WebhookTemplate> |
WebhookTemplateHibernateDao.findGlobalTemplates() |
List<WebhookTemplate> |
DefaultWebhookTemplateService.getGlobalWebhooks() |
List<WebhookTemplate> |
WebhookTemplateService.getGlobalWebhooks()
return all Global webhook specified in Global Administration
|
| Modifier and Type | Method and Description |
|---|---|
WebhookTemplate |
DefaultWebhookTemplateService.save(WebhookTemplate webhookTemplate) |
WebhookTemplate |
WebhookTemplateService.save(WebhookTemplate webhookTemplate)
Saves new webhook template
|
void |
DefaultWebhookTemplateService.update(WebhookTemplate webhookTemplate) |
void |
WebhookTemplateService.update(WebhookTemplate webhookTemplate)
Updates Webhook Template which already exists
|
| Modifier and Type | Method and Description |
|---|---|
long |
WebhookTemplateDao.scrollTokensForExport(Consumer<WebhookTemplate> exportXmlConsumer)
Scroll through all AccessToken records and pass them to consumer
|
| Modifier and Type | Method and Description |
|---|---|
List<WebhookTemplate> |
ConfigureWebhookTemplates.getGlobalTemplates() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.