Package dev.dokimos.server.repository
Interface AlertWebhookRepositoryFragment
- All Superinterfaces:
ScopedRepository<AlertWebhook>
- All Known Subinterfaces:
AlertWebhookRepository
- All Known Implementing Classes:
AlertWebhookRepositoryFragmentImpl
Entity-specific scoped finders for
AlertWebhook.-
Method Summary
Modifier and TypeMethodDescriptionfindByProject(Project project, TenantScope scope) Lists a project's webhooks oldest first, within the scope.findByProjectIdAndEnabledTrue(UUID projectId) Enabled webhooks of a project regardless of tenant, the set dispatched to on a regressing run.
-
Method Details
-
findByProject
Lists a project's webhooks oldest first, within the scope. -
findByProjectIdAndEnabledTrue
Enabled webhooks of a project regardless of tenant, the set dispatched to on a regressing run. The dispatcher runs off the request thread, so it lists unrestricted.
-