Package | Description |
---|---|
com.atlassian.jira.web.action.admin.importer.project |
Modifier and Type | Method and Description |
---|---|
static ProjectImportProgressTrackerUtil.Page |
ProjectImportProgressTrackerUtil.Page.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectImportProgressTrackerUtil.Page[] |
ProjectImportProgressTrackerUtil.Page.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
ProjectImportProgressTrackerUtil.getProgressTrackerSteps(ProjectImportProgressTrackerUtil.Page currentPage)
Returns a list of Map objects which represents the steps in the progress tracker and the parameters for
each individual step.
|
protected List<Map<String,Object>> |
AbstractProjectImportProgress.getProgressTrackerSteps(ProjectImportProgressTrackerUtil.Page page) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.