Uses of Class
dev.dokimos.server.entity.AlertWebhook
Packages that use AlertWebhook
-
Uses of AlertWebhook in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 with parameters of type AlertWebhookModifier and TypeMethodDescriptionstatic AlertWebhookViewAlertWebhookView.from(AlertWebhook webhook) -
Uses of AlertWebhook in dev.dokimos.server.repository
Methods in dev.dokimos.server.repository that return types with arguments of type AlertWebhookModifier and TypeMethodDescriptionAlertWebhookRepositoryFragment.findByProject(Project project, TenantScope scope) Lists a project's webhooks oldest first, within the scope.AlertWebhookRepositoryFragmentImpl.findByProject(Project project, TenantScope scope) AlertWebhookRepositoryFragment.findByProjectIdAndEnabledTrue(UUID projectId) Enabled webhooks of a project regardless of tenant, the set dispatched to on a regressing run.AlertWebhookRepositoryFragmentImpl.findByProjectIdAndEnabledTrue(UUID projectId)