public class ProgressDisplayGenerator extends Object
Example:
Executing tasks...
[================= ] 72.5% complete
> task 1 running
> task 3 running
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
generateProgressDisplay(double progress,
List<String> unfinishedLeafTasks)
Generates a progress display.
|
public static List<String> generateProgressDisplay(double progress, List<String> unfinishedLeafTasks)
progress - the overall progress, with 1.0 meaning fully completeunfinishedLeafTasks - the unfinished leaf tasksCopyright © 2019. All rights reserved.