Uses of Interface
com.atlassian.bamboo.webhook.WebhookTemplateDao
Packages that use WebhookTemplateDao
-
Uses of WebhookTemplateDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type WebhookTemplateDaoModifierConstructorDescriptionprotected
WebhookTemplateMapper
(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.support.TransactionOperations transactionOperations, WebhookTemplateDao webhookTemplateDao) -
Uses of WebhookTemplateDao in com.atlassian.bamboo.webhook
Classes in com.atlassian.bamboo.webhook that implement WebhookTemplateDaoConstructors in com.atlassian.bamboo.webhook with parameters of type WebhookTemplateDaoModifierConstructorDescriptionDefaultWebhookTemplateService
(WebhookTemplateDao webhookTemplateDao, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher)