Class AbstractProjectImportProgress<V extends Serializable>

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.importer.project.AbstractProjectImportProgress<V>
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
Direct Known Subclasses:
ProjectImportBackupOverviewProgress, ProjectImportMappingProgress, ProjectImportProgress

public abstract class AbstractProjectImportProgress<V extends Serializable> extends JiraWebActionSupport
Base class for the progress screens. Handles the validation and when the task is finished it will call the handleFinishedTask method with the finished task.
Since:
v3.13
See Also: