Interface AlertWebhookRepositoryFragment

All Superinterfaces:
ScopedRepository<AlertWebhook>
All Known Subinterfaces:
AlertWebhookRepository
All Known Implementing Classes:
AlertWebhookRepositoryFragmentImpl

public interface AlertWebhookRepositoryFragment extends ScopedRepository<AlertWebhook>
Entity-specific scoped finders for AlertWebhook.
  • Method Details

    • findByProject

      List<AlertWebhook> findByProject(Project project, TenantScope scope)
      Lists a project's webhooks oldest first, within the scope.
    • findByProjectIdAndEnabledTrue

      List<AlertWebhook> findByProjectIdAndEnabledTrue(UUID projectId)
      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.