com.atlassian.greenhopper.service.migration
Class ClassicEpicMigrationProgress

java.lang.Object
  extended by com.atlassian.greenhopper.service.migration.ClassicEpicMigrationProgress

public class ClassicEpicMigrationProgress
extends java.lang.Object

Progress information returned by the service


Constructor Summary
ClassicEpicMigrationProgress(long taskId, long percentageComplete)
           
ClassicEpicMigrationProgress(long taskId, long percentageComplete, boolean completed, boolean succeeded)
           
 
Method Summary
 long getPercentageComplete()
           
 long getTaskId()
           
 boolean isCompleted()
           
 boolean isSucceeded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassicEpicMigrationProgress

public ClassicEpicMigrationProgress(long taskId,
                                    long percentageComplete)

ClassicEpicMigrationProgress

public ClassicEpicMigrationProgress(long taskId,
                                    long percentageComplete,
                                    boolean completed,
                                    boolean succeeded)
Method Detail

getTaskId

public long getTaskId()

isCompleted

public boolean isCompleted()

isSucceeded

public boolean isSucceeded()

getPercentageComplete

public long getPercentageComplete()


Copyright © 2007-2013 Atlassian. All Rights Reserved.