public class BuildLoggerProgressMonitor extends Object implements org.eclipse.jgit.lib.ProgressMonitor
| Constructor and Description |
|---|
BuildLoggerProgressMonitor(BuildLogger buildLogger) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginTask(String title,
int totalWork) |
void |
endTask() |
boolean |
isCancelled() |
void |
start(int totalTasks) |
void |
update(int completed) |
public BuildLoggerProgressMonitor(BuildLogger buildLogger)
public void start(int totalTasks)
start in interface org.eclipse.jgit.lib.ProgressMonitorpublic void beginTask(String title, int totalWork)
beginTask in interface org.eclipse.jgit.lib.ProgressMonitorpublic void update(int completed)
update in interface org.eclipse.jgit.lib.ProgressMonitorpublic void endTask()
endTask in interface org.eclipse.jgit.lib.ProgressMonitorpublic boolean isCancelled()
isCancelled in interface org.eclipse.jgit.lib.ProgressMonitorCopyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.