public interface IBuildProgressMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Start the progress monitor
|
void |
finish(boolean wasFullBuild)
Stop the progress monitor
|
boolean |
isCancelRequested()
Checks whether the user has chosen to cancel the progress monitor
|
void |
setProgress(double percentDone)
Sets the current progress done
|
void |
setProgressText(java.lang.String text)
Sets the label describing the current progress phase.
|
void begin()
void setProgressText(java.lang.String text)
void finish(boolean wasFullBuild)
wasFullBuild - - true if was a full build, false otherwisevoid setProgress(double percentDone)
percentDone - boolean isCancelRequested()