Class ProjectImportResultsAction

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.importer.project.ProjectImportResultsAction
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ProjectImportResultsAction extends JiraWebActionSupport
Action that manages the final results screen for a project import.
Since:
v3.13
See Also:
  • Constructor Details

  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doViewNewProject

      public String doViewNewProject()
      This action is when the Results have been shown, and then the user clicks on the "OK" button. It will redirect to the View Project page for the new Project.
      Returns:
      redirect to the View Project page for the new Project.
    • getProjectImportResults

      public ProjectImportResults getProjectImportResults()
    • getAssigneeTypeString

      public String getAssigneeTypeString(Long assigneeType)
    • getProjectEmail

      public String getProjectEmail(Project project) throws Exception
      Throws:
      Exception
    • getPrettyImportDuration

      public String getPrettyImportDuration()
    • getFormattedProjectType

      public String getFormattedProjectType(ProjectTypeKey projectTypeKey)
    • getProgressTrackerSteps

      public List<Map<String,Object>> getProgressTrackerSteps()