Package com.atlassian.bitbucket.util
Interface Progress
- All Known Implementing Classes:
ProgressImpl
public interface Progress
A representation of the current progress of a task
-
Method Summary
-
Method Details
-
getMessage
- Returns:
- the message for the current progress.
-
getPercentage
int getPercentage()- Returns:
- the percentage complete of the associated task. Will always be an
int
between 0 and 100 (inclusive)
-