class ThreadOutputMuxer.ConsolePrinter
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private ProjectBuildList |
projectBuildList |
private boolean |
running |
| Constructor and Description |
|---|
ConsolePrinter(ProjectBuildList projectBuildList) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
waitUntilRunning(boolean expect) |
private volatile boolean running
private final ProjectBuildList projectBuildList
ConsolePrinter(ProjectBuildList projectBuildList)