Package com.google.gerrit.server.git
Interface MultiProgressMonitor.Factory
- Enclosing class:
MultiProgressMonitor
public static interface MultiProgressMonitor.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(OutputStream out, MultiProgressMonitor.TaskKind taskKind, String taskName, boolean logProgress) create
(OutputStream out, MultiProgressMonitor.TaskKind taskKind, String taskName, Duration maxInterval, boolean logProgress)
-
Method Details
-
create
MultiProgressMonitor create(OutputStream out, MultiProgressMonitor.TaskKind taskKind, String taskName, boolean logProgress) -
create
MultiProgressMonitor create(OutputStream out, MultiProgressMonitor.TaskKind taskKind, String taskName, Duration maxInterval, boolean logProgress)
-