Interface CommitsInfoService

    • Method Detail

      • collectCommits

        void collectCommits​(@NotNull
                            CommitsInfoService.CommitsConsumer consumer)
                     throws VcsException
        This method is called to fetch entire commits list (graph) from the VCS plugin. Returned data made as thin as possible Implementation is expected to filter commits with unrelated changes with respect to graph connections and parents. Returned list of CommitInfo is expected to form connected graph
        Throws:
        VcsException - on error
        Since:
        8.1