com.atlassian.jira.imports.xml
Class JBossXmlDataBean

java.lang.Object
  extended bycom.atlassian.jira.imports.xml.JBossXmlDataBean
All Implemented Interfaces:
ImportDataBean

public class JBossXmlDataBean
extends Object
implements ImportDataBean


Field Summary
(package private)  org.dom4j.Document doc
           
 
Constructor Summary
JBossXmlDataBean(File xmlFile, File mappingsFile)
           
 
Method Summary
 void cleanUp()
           
 List getAttachmentsForIssue(ExternalIssue externalIssue)
           
 List getComponents(ExternalProject externalProject)
           
 String getIssueKeyRegex()
           
 List getIssues(ExternalProject externalProject)
           
 Iterator getIssuesIterator(ExternalProject externalProject)
           
 List getLinks()
           
 List getProjects()
           
 Long getTotalIssues()
           
 List getUsers()
           
 List getVersions(ExternalProject externalProject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

org.dom4j.Document doc
Constructor Detail

JBossXmlDataBean

public JBossXmlDataBean(File xmlFile,
                        File mappingsFile)
                 throws JiraException
Method Detail

getProjects

public List getProjects()
Specified by:
getProjects in interface ImportDataBean

getVersions

public List getVersions(ExternalProject externalProject)
Specified by:
getVersions in interface ImportDataBean

getComponents

public List getComponents(ExternalProject externalProject)
Specified by:
getComponents in interface ImportDataBean

getUsers

public List getUsers()
Specified by:
getUsers in interface ImportDataBean

getIssues

public List getIssues(ExternalProject externalProject)
Specified by:
getIssues in interface ImportDataBean

getIssuesIterator

public Iterator getIssuesIterator(ExternalProject externalProject)
Specified by:
getIssuesIterator in interface ImportDataBean

cleanUp

public void cleanUp()
Specified by:
cleanUp in interface ImportDataBean

getAttachmentsForIssue

public List getAttachmentsForIssue(ExternalIssue externalIssue)
Specified by:
getAttachmentsForIssue in interface ImportDataBean

getIssueKeyRegex

public String getIssueKeyRegex()
Specified by:
getIssueKeyRegex in interface ImportDataBean

getLinks

public List getLinks()
Specified by:
getLinks in interface ImportDataBean

getTotalIssues

public Long getTotalIssues()
Specified by:
getTotalIssues in interface ImportDataBean


Copyright © 2002-2006 Atlassian. All Rights Reserved.