Class BFCJiraCollector

java.lang.Object
edu.handong.csee.isel.bfc.collector.BFCJiraCollector
All Implemented Interfaces:
BFCCollectable

public class BFCJiraCollector
extends java.lang.Object
implements BFCCollectable
This class is a Collector to find BUG FIX COMMITS using Jira, an issue tracker.
  • Constructor Summary

    Constructors 
    Constructor Description
    BFCJiraCollector​(java.lang.String jiraURL, java.lang.String jiraProjectKey, java.lang.String outPath)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> collectFrom​(java.util.List<org.eclipse.jgit.revwalk.RevCommit> commitList)
    This is a method that collects Jira Key whose Type is Bug and Status is Closed in Jria, and then collects the commits connected to the key.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BFCJiraCollector

      public BFCJiraCollector​(java.lang.String jiraURL, java.lang.String jiraProjectKey, java.lang.String outPath)
  • Method Details

    • collectFrom

      public java.util.List<java.lang.String> collectFrom​(java.util.List<org.eclipse.jgit.revwalk.RevCommit> commitList)
      This is a method that collects Jira Key whose Type is Bug and Status is Closed in Jria, and then collects the commits connected to the key.
      Specified by:
      collectFrom in interface BFCCollectable
      Parameters:
      commitList -
      Returns:
      bfcList