Package dev.dokimos.server.repository
Interface AlertWebhookRepository
- All Superinterfaces:
AlertWebhookRepositoryFragment,org.springframework.data.repository.Repository<AlertWebhook,,UUID> ScopedRepository<AlertWebhook>
public interface AlertWebhookRepository
extends org.springframework.data.repository.Repository<AlertWebhook,UUID>, AlertWebhookRepositoryFragment
Tenant-scoped repository for
AlertWebhook. Extends only the empty Repository plus the
scoped fragments, so every read takes a TenantScope. The dispatcher path lists a project's
enabled webhooks unrestricted (a regression alert fires regardless of the caller's tenant).-
Method Summary
Methods inherited from interface dev.dokimos.server.repository.AlertWebhookRepositoryFragment
findByProject, findByProjectIdAndEnabledTrue