| Package | Description |
|---|---|
| org.gradle.launcher.daemon.protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandFailure
Signifies that the daemon was able to run the command as expected, but the command itself did not complete successfully.
|
class |
DaemonBusy
Returned when the daemon is busy running a different command.
|
class |
DaemonFailure
Signifies that the daemon infrastructure encountered an internal error in trying to
execute the command it received.
|
class |
Failure
The base of all kinds of failure results.
|
class |
Success
Signifies that the command completed successfully.
|
Copyright © 2013. All rights reserved