Class FileManager

java.lang.Object
edu.handong.csee.isel.bfc.collector.jira.FileManager

public class FileManager
extends java.lang.Object
지라에서 정보를 수집할 때, 필요한 정보를 파일로 반환해주거나 저장하는 서비스를 제공한다.
When Jira collects information, it provides a service that returns or saves necessary information as a file.
  • Constructor Summary

    Constructors 
    Constructor Description
    FileManager​(java.lang.String path, java.lang.String domain, java.lang.String projectKey)  
  • Method Summary

    Modifier and Type Method Description
    java.io.File collectIssueKeys()  
    void storeCSVFile​(org.jsoup.Connection.Response response)  

    Methods inherited from class java.lang.Object

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

    • FileManager

      public FileManager​(java.lang.String path, java.lang.String domain, java.lang.String projectKey)
  • Method Details

    • storeCSVFile

      public void storeCSVFile​(org.jsoup.Connection.Response response) throws java.io.IOException
      Parameters:
      response - Save jira's bug issue key list as a file.
      Throws:
      java.io.IOException
    • collectIssueKeys

      public java.io.File collectIssueKeys() throws java.io.IOException
      Returns:
      Returns the jira issue key list as a file.
      Throws:
      java.io.IOException