Class WorkflowMigrationSuccess

java.lang.Object
com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowMigrationResult
com.atlassian.jira.web.action.admin.workflow.WorkflowMigrationSuccess
All Implemented Interfaces:
WorkflowMigrationResult, Serializable

public class WorkflowMigrationSuccess extends AbstractWorkflowMigrationResult
See Also:
  • Constructor Details

    • WorkflowMigrationSuccess

      public WorkflowMigrationSuccess(Map<Long,String> failedIssues)
      Construct a result that indicates success.
      Parameters:
      failedIssues - a map of issue ids to issue keys of issues that failed to migrate during the migration. If there were no failures this must be an empty map.
  • Method Details