public class

ProgressWrapper

extends Object
java.lang.Object
   ↳ com.atlassian.core.util.ProgressWrapper

Summary

Public Constructors
ProgressWrapper(ProgressMeter progressMeter, int totalCount)
Public Methods
synchronized int getTotal()
synchronized void incrementCounter(String status)
synchronized void incrementCounter()
String progressAsString()
synchronized void setPercentage(int percentageComplete)
synchronized void setStatus(String status)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ProgressWrapper (ProgressMeter progressMeter, int totalCount)

Public Methods

public synchronized int getTotal ()

public synchronized void incrementCounter (String status)

public synchronized void incrementCounter ()

public String progressAsString ()

public synchronized void setPercentage (int percentageComplete)

public synchronized void setStatus (String status)

Feedback?
View cookie preferences