public class WorkflowMigrationResultForMultipleProjects extends Object implements WorkflowMigrationResult
SUCCESS, TERMINATED| Constructor and Description |
|---|
WorkflowMigrationResultForMultipleProjects(List<WorkflowMigrationResult> results) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
getErrorCollection()
Returns a collection of errors that were found before starting the migration.
|
Map<Long,String> |
getFailedIssues()
A
Map of issue ids to issue keys of failed issues. |
int |
getNumberOfFailedIssues()
The number of issues that failed during the migration, or until the migration was terminated.
|
int |
getResult()
Returns the result of the workflow migration.
|
public WorkflowMigrationResultForMultipleProjects(List<WorkflowMigrationResult> results)
public int getResult()
WorkflowMigrationResultgetResult in interface WorkflowMigrationResultWorkflowMigrationResult.SUCCESS or WorkflowMigrationResult.TERMINATEDpublic ErrorCollection getErrorCollection()
WorkflowMigrationResultgetErrorCollection in interface WorkflowMigrationResultpublic int getNumberOfFailedIssues()
WorkflowMigrationResultgetNumberOfFailedIssues in interface WorkflowMigrationResultWorkflowMigrationResult.getNumberOfFailedIssues()). Or the number of failures during the migration, or until the
migration was terminated.public Map<Long,String> getFailedIssues()
WorkflowMigrationResultMap of issue ids to issue keys of failed issues.getFailedIssues in interface WorkflowMigrationResultWorkflowMigrationResult.getNumberOfFailedIssues() is 0 or a mapping of issue id to issue key
for every failed issue during the migration.Copyright © 2002-2015 Atlassian. All Rights Reserved.