| Package | Description |
|---|---|
| org.gradle.foundation.ipc.basic | |
| org.gradle.foundation.ipc.gradle | |
| org.gradle.gradleplugin.foundation.request |
| Constructor and Description |
|---|
ProcessLauncherServer(ProcessLauncherServer.Protocol protocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGradleServerProtocol
This defines the basic behavior of all gradle protocols for interprocess communication.
|
class |
ExecuteGradleCommandServerProtocol
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
class |
TaskListServerProtocol
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessLauncherServer.Protocol |
Request.createServerProtocol(LogLevel logLevel,
ShowStacktrace stackTraceLevel,
File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor)
This is called right before this command is executed (because the settings such as log level and stack trace level can be changed between the time someone initiates a command and it executes).
|
ProcessLauncherServer.Protocol |
RefreshTaskListRequest.createServerProtocol(LogLevel logLevel,
ShowStacktrace stackTraceLevel,
File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor)
This is called right before this command is executed (because the settings such as log level and stack trace level can be changed between the time someone initiates a command and it executes).
|
ProcessLauncherServer.Protocol |
ExecutionRequest.createServerProtocol(LogLevel logLevel,
ShowStacktrace stackTraceLevel,
File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor)
This is called right before this command is executed (because the settings such as log level and stack trace level can be changed between the time someone initiates a command and it executes).
|
Copyright © 2013. All rights reserved