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, wait
getErrorCollection, getResult
public int getNumberOfFailedIssues()
WorkflowMigrationResult
getNumberOfFailedIssues
in interface WorkflowMigrationResult
WorkflowMigrationResult.getNumberOfFailedIssues()
). Or the number of failures during the migration, or until the
migration was terminated.public Map<Long,String> getFailedIssues()
WorkflowMigrationResult
Map
of issue ids to issue keys of failed issues.getFailedIssues
in interface WorkflowMigrationResult
WorkflowMigrationResult.getNumberOfFailedIssues()
is 0 or a mapping of issue id to issue key
for every failed issue during the migration.Copyright © 2002-2019 Atlassian. All Rights Reserved.