Uses of Interface
com.atlassian.bamboo.webhook.WebhookTemplateDao
-
Packages that use WebhookTemplateDao Package Description com.atlassian.bamboo.migration.stream com.atlassian.bamboo.webhook -
-
Uses of WebhookTemplateDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type WebhookTemplateDao Constructor Description 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 WebhookTemplateDao Modifier and Type Class Description class
WebhookTemplateHibernateDao
Constructors in com.atlassian.bamboo.webhook with parameters of type WebhookTemplateDao Constructor Description DefaultWebhookTemplateService(WebhookTemplateDao webhookTemplateDao, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher)
-