Interface ChangesByProjectCache

    • Method Detail

      • 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