com.atlassian.jira.imports.visualintercept
Class VisualInterceptDataBean

java.lang.Object
  extended bycom.atlassian.jira.imports.visualintercept.VisualInterceptDataBean
All Implemented Interfaces:
ImportDataBean

public class VisualInterceptDataBean
extends Object
implements ImportDataBean


Constructor Summary
VisualInterceptDataBean(VisualInterceptConnectionBean connectionBean, VisualInterceptConfigBean configBean)
           
 
Method Summary
 void cleanUp()
           
 Collection getAttachmentsForIssue(ExternalIssue externalIssue)
           
 Collection getComponents(ExternalProject externalProject)
           
 String getIssueKeyRegex()
           
 Collection getIssues(ExternalProject externalProject)
          Gets a collection of externalissues being imported for a project
 Iterator getIssuesIterator(ExternalProject externalProject)
           
 Collection getLinks()
          get related and linked issues
 Collection getProjects()
           
 Long getTotalIssues()
           
 Collection getUsers()
          Gets a Collection of all the users being imported.
 Collection getVersions(ExternalProject externalProject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualInterceptDataBean

public VisualInterceptDataBean(VisualInterceptConnectionBean connectionBean,
                               VisualInterceptConfigBean configBean)
Method Detail

getUsers

public Collection getUsers()
Description copied from interface: ImportDataBean
Gets a Collection of all the users being imported.

Specified by:
getUsers in interface ImportDataBean
Returns:
a Collection ExternalUser objects

getProjects

public Collection getProjects()
Specified by:
getProjects in interface ImportDataBean
Returns:
A Collection of ExternalProject objects. The ExternalProjects must have enough values to be parsed by ProjectUtils.createProject(java.util.Map)

getVersions

public Collection getVersions(ExternalProject externalProject)
Specified by:
getVersions in interface ImportDataBean
Parameters:
externalProject - that contains versions
Returns:
a collection of ExternalVersion objects

getComponents

public Collection getComponents(ExternalProject externalProject)
Specified by:
getComponents in interface ImportDataBean
Parameters:
externalProject - containing components
Returns:
a collection of ExternalComponent

getIssues

public Collection getIssues(ExternalProject externalProject)
Description copied from interface: ImportDataBean
Gets a collection of externalissues being imported for a project

Specified by:
getIssues in interface ImportDataBean
Parameters:
externalProject - of the issue
Returns:
collection of ExternalIssue objects

getIssuesIterator

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

getLinks

public Collection getLinks()
Description copied from interface: ImportDataBean
get related and linked issues

Specified by:
getLinks in interface ImportDataBean
Returns:
as a collection of ExternalLink objects

getTotalIssues

public Long getTotalIssues()
Specified by:
getTotalIssues in interface ImportDataBean
Returns:
the total number of issues to be imported

cleanUp

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

getAttachmentsForIssue

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

getIssueKeyRegex

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


Copyright © 2002-2007 Atlassian. All Rights Reserved.