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 TypeMethodDescriptionAlertWebhookRepository.findByProjectIdAndEnabledTrue(UUID projectId) Resolves the enabled webhooks of a project, the set dispatched to on a regressing run.AlertWebhookRepository.findByProjectOrderByCreatedAtAsc(Project project)