Interface ChangesByProjectCache

All Known Implementing Classes:
ChangesByProjectCacheImpl, SearchingChangeCacheImpl

public interface ChangesByProjectCache
  • Method Details

    • streamChangeDatas

      Stream<ChangeData> streamChangeDatas(Project.NameKey project, org.eclipse.jgit.lib.Repository repository) throws IOException
      Stream changeDatas for the project
      Parameters:
      project - project to read.
      repository - repository for the project to read.
      Returns:
      Stream of known changes; empty if no changes.
      Throws:
      IOException