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.
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.FilecollectIssueKeys()voidstoreCSVFile(org.jsoup.Connection.Response response)
-
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
-