com.atlassian.core.util
Class ProgressWrapper
java.lang.Object
com.atlassian.core.util.ProgressWrapper
public class ProgressWrapper
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressWrapper
public ProgressWrapper(ProgressMeter progressMeter,
int totalCount)
incrementCounter
public void incrementCounter()
incrementCounter
public void incrementCounter(java.lang.String status)
setStatus
public void setStatus(java.lang.String status)
getTotal
public int getTotal()
setPercentage
public void setPercentage(int percentageComplete)
progressAsString
public java.lang.String progressAsString()
Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.