Package dev.dokimos.server.repository
Interface AlertWebhookRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<AlertWebhook,,UUID> org.springframework.data.jpa.repository.JpaRepository<AlertWebhook,,UUID> org.springframework.data.repository.ListCrudRepository<AlertWebhook,,UUID> org.springframework.data.repository.ListPagingAndSortingRepository<AlertWebhook,,UUID> org.springframework.data.repository.PagingAndSortingRepository<AlertWebhook,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<AlertWebhook>,org.springframework.data.repository.Repository<AlertWebhook,UUID>
public interface AlertWebhookRepository
extends org.springframework.data.jpa.repository.JpaRepository<AlertWebhook,UUID>
-
Method Summary
Modifier and TypeMethodDescriptionfindByProjectIdAndEnabledTrue(UUID projectId) Resolves the enabled webhooks of a project, the set dispatched to on a regressing run.findByProjectOrderByCreatedAtAsc(Project project) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByProjectOrderByCreatedAtAsc
-
findByProjectIdAndEnabledTrue
Resolves the enabled webhooks of a project, the set dispatched to on a regressing run.
-