com.atlassian.core.util
Class ProgressWrapper

java.lang.Object
  extended by com.atlassian.core.util.ProgressWrapper

public class ProgressWrapper
extends Object


Constructor Summary
ProgressWrapper(ProgressMeter progressMeter, int totalCount)
           
 
Method Summary
 int getTotal()
           
 void incrementCounter()
           
 void incrementCounter(String status)
           
 String progressAsString()
           
 void setPercentage(int percentageComplete)
           
 void setStatus(String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressWrapper

public ProgressWrapper(ProgressMeter progressMeter,
                       int totalCount)
Method Detail

incrementCounter

public void incrementCounter()

incrementCounter

public void incrementCounter(String status)

setStatus

public void setStatus(String status)

getTotal

public int getTotal()

setPercentage

public void setPercentage(int percentageComplete)

progressAsString

public String progressAsString()


Copyright © 2015 Atlassian. All rights reserved.