Class MigrationProgressModel
java.lang.Object
com.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.migration.MigrationProgressModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
long
long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
-
Field Details
-
taskId
public long taskId -
percentageComplete
public long percentageComplete -
migrationSucceeded
public boolean migrationSucceeded -
message
-
completed
public boolean completed
-
-
Constructor Details
-
MigrationProgressModel
public MigrationProgressModel()
-