public class PlayWorkerServer extends Object implements org.gradle.api.Action<org.gradle.process.internal.worker.WorkerProcessContext>, PlayRunWorkerServerProtocol, Reloader, Serializable, org.gradle.internal.concurrent.Stoppable
Reloader.Result| Constructor and Description |
|---|
PlayWorkerServer(PlayRunSpec runSpec,
VersionedPlayRunAdapter runAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
currentStatus(Boolean hasChanged,
Throwable throwable) |
void |
execute(org.gradle.process.internal.worker.WorkerProcessContext context) |
Reloader.Result |
requireUpToDate() |
void |
stop() |
public PlayWorkerServer(PlayRunSpec runSpec, VersionedPlayRunAdapter runAdapter)
public void execute(org.gradle.process.internal.worker.WorkerProcessContext context)
execute in interface org.gradle.api.Action<org.gradle.process.internal.worker.WorkerProcessContext>public void stop()
stop in interface org.gradle.internal.concurrent.Stoppablepublic void currentStatus(Boolean hasChanged, Throwable throwable)
currentStatus in interface PlayRunWorkerServerProtocolpublic Reloader.Result requireUpToDate() throws InterruptedException
requireUpToDate in interface ReloaderInterruptedException