Interface BICCollector

All Known Implementing Classes:
AGSZZBICCollector, CBICCollector, SZZRunner

public interface BICCollector
  • Method Summary

    Modifier and Type Method Description
    java.util.List<CSVInfo> collectFrom​(java.util.List<org.eclipse.jgit.revwalk.RevCommit> commitList)  
    void setBFC​(java.util.List<java.lang.String> bfcList)  
  • Method Details

    • setBFC

      void setBFC​(java.util.List<java.lang.String> bfcList)
    • collectFrom

      java.util.List<CSVInfo> collectFrom​(java.util.List<org.eclipse.jgit.revwalk.RevCommit> commitList) throws java.io.IOException
      Throws:
      java.io.IOException