com.atlassian.greenhopper.web.migration
Class MigrationProgressModel

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.migration.MigrationProgressModel

public class MigrationProgressModel
extends RestTemplate


Field Summary
 boolean completed
           
 java.lang.String message
           
 boolean migrationSucceeded
           
 long percentageComplete
           
 long taskId
           
 
Constructor Summary
MigrationProgressModel()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

taskId

public long taskId

percentageComplete

public long percentageComplete

migrationSucceeded

public boolean migrationSucceeded

message

public java.lang.String message

completed

public boolean completed
Constructor Detail

MigrationProgressModel

public MigrationProgressModel()


Copyright © 2007-2014 Atlassian. All Rights Reserved.