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()
WorkflowMigrationResult
getResult
in interface WorkflowMigrationResult
WorkflowMigrationResult.SUCCESS
or WorkflowMigrationResult.TERMINATED
public ErrorCollection getErrorCollection()
WorkflowMigrationResult
getErrorCollection
in interface WorkflowMigrationResult
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.