| Package | Description |
|---|---|
| org.gradle.launcher.daemon.server | |
| org.gradle.launcher.daemon.server.exec |
| Modifier and Type | Method and Description |
|---|---|
DaemonCommandExecution |
DaemonStateCoordinator.getCurrentCommandExecution()
The current command execution, or
null if the daemon is idle. |
DaemonCommandExecution |
DaemonStateCoordinator.onFinishCommand()
Called when the execution of a command is complete (or at least the daemon is available for new commands).
|
DaemonCommandExecution |
DaemonStateCoordinator.onStartCommand(DaemonCommandExecution execution)
Called when the execution of a command begins.
|
| Modifier and Type | Method and Description |
|---|---|
DaemonCommandExecution |
DaemonStateCoordinator.onStartCommand(DaemonCommandExecution execution)
Called when the execution of a command begins.
|
| Constructor and Description |
|---|
DaemonStoppedException(DaemonCommandExecution executionWhenStopped) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StartBuildOrRespondWithBusy.doBuild(DaemonCommandExecution execution,
Build build) |
protected void |
ExecuteBuild.doBuild(DaemonCommandExecution execution,
Build build) |
protected void |
EstablishBuildEnvironment.doBuild(DaemonCommandExecution execution,
Build build) |
protected void |
BuildCommandOnly.doBuild(DaemonCommandExecution execution,
Build build)
Note that the build param is the same object as execution.getCommand(), just ?pre casted?.
|
void |
WatchForDisconnection.execute(DaemonCommandExecution execution) |
void |
StopConnectionAfterExecution.execute(DaemonCommandExecution execution) |
void |
StartStopIfBuildAndStop.execute(DaemonCommandExecution execution) |
void |
ReturnResult.execute(DaemonCommandExecution execution) |
void |
ResetDeprecationLogger.execute(DaemonCommandExecution execution) |
void |
HandleStop.execute(DaemonCommandExecution execution) |
void |
HandleClientDisconnectBeforeSendingCommand.execute(DaemonCommandExecution execution) |
void |
ForwardClientInput.execute(DaemonCommandExecution execution) |
void |
DaemonCommandAction.execute(DaemonCommandExecution execution)
Executes this action.
|
void |
CatchAndForwardDaemonFailure.execute(DaemonCommandExecution execution) |
void |
BuildCommandOnly.execute(DaemonCommandExecution execution) |
Copyright © 2013. All rights reserved