public abstract class AbstractWorkflowMigrationResult extends Object implements WorkflowMigrationResult
| Modifier and Type | Field and Description |
|---|---|
protected Map<Long,String> |
failedIssues |
SUCCESS, TERMINATED| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWorkflowMigrationResult(Map<Long,String> failedIssues) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorCollection, getResultpublic 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.