java.lang.Object |
↳ |
com.atlassian.jira.web.action.admin.importer.project.ProjectImportProgressTrackerUtil |
Class Overview
This provides functions to create the Progress Tracker element on the Project Import Pages
Summary
Nested Classes |
enum |
ProjectImportProgressTrackerUtil.Page |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
Returns a list of Map objects which represents the steps in the progress tracker and the parameters for
each individual step.
Parameters
currentPage
| The page project import is currently on |
Returns
- a List of maps that represent steps in an individual tracker and the key value pairs being the parameters
for each individual step
public
void
requireAuiProgressTrackerResource
(JiraPageBuilderService jiraPageBuilderService)
Require the web resources needed for progress tracker.
Parameters
jiraPageBuilderService
| The jira page builder
|