Package edu.handong.csee.isel.bic
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)voidsetBFC(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
-