Interface GitRepoConfigDao

All Superinterfaces:
Dao<GitRepoConfig,Long>
All Known Implementing Classes:
GitRepoConfigDaoImpl

public interface GitRepoConfigDao extends Dao<GitRepoConfig,Long>
  • Method Details

    • findEnabled

      List<GitRepoConfig> findEnabled()
    • findByRepoFullName

      GitRepoConfig findByRepoFullName(String repoFullName)