public class WorkflowMigrationSuccess extends AbstractWorkflowMigrationResult
failedIssues
SUCCESS, TERMINATED
Constructor and Description |
---|
WorkflowMigrationSuccess(Map<Long,String> failedIssues)
Construct a result that indicates success.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
getErrorCollection()
Returns a collection of errors that were found before starting the migration.
|
int |
getResult()
Returns the result of the workflow migration.
|
getFailedIssues, getNumberOfFailedIssues
public int getResult()
WorkflowMigrationResult
WorkflowMigrationResult.SUCCESS
or WorkflowMigrationResult.TERMINATED
public ErrorCollection getErrorCollection()
WorkflowMigrationResult
Copyright © 2002-2024 Atlassian. All Rights Reserved.