com.atlassian.jira.migrate
Interface MigrateTask

All Known Implementing Classes:
AbstractMigrateTask

public interface MigrateTask


Method Summary
 java.util.Collection getErrors()
          Return any errors that occur.
 java.lang.String getShortDescription()
          A short (<50 chars) description of the upgrade action
 void migrate()
          Perform the default migration.
 void migrateIssue(com.atlassian.jira.issue.Issue _issue)
          Perform the Issue migration.
 void migrateProject(org.ofbiz.core.entity.GenericValue _project)
          Perform the Project migration.
 

Method Detail

getShortDescription

java.lang.String getShortDescription()
A short (<50 chars) description of the upgrade action


migrate

void migrate()
             throws java.lang.Exception
Perform the default migration.

Throws:
java.lang.Exception

migrateProject

void migrateProject(org.ofbiz.core.entity.GenericValue _project)
                    throws java.lang.Exception
Perform the Project migration.

Throws:
java.lang.Exception

migrateIssue

void migrateIssue(com.atlassian.jira.issue.Issue _issue)
                  throws java.lang.Exception
Perform the Issue migration.

Throws:
java.lang.Exception

getErrors

java.util.Collection getErrors()
Return any errors that occur. Each entry is a string.



Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.