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.ProgressMonitor
public void beginTask(String title, int totalWork)
beginTask
in interface org.eclipse.jgit.lib.ProgressMonitor
public void update(int completed)
update
in interface org.eclipse.jgit.lib.ProgressMonitor
public void endTask()
endTask
in interface org.eclipse.jgit.lib.ProgressMonitor
public boolean isCancelled()
isCancelled
in interface org.eclipse.jgit.lib.ProgressMonitor
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.